ImageGear .NET - Updated October 2, 2018
DevMode Property




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : DevMode Property
Gets or sets a DEVMODE structure. Optional.
Syntax
'Declaration
 
Public Property DevMode As IntPtr
 
'Usage
 
Dim instance As ImGearPDFPrintOptions
Dim value As IntPtr
 
instance.DevMode = value
 
value = instance.DevMode

Property Value

A pointer to Windows GDI DEVMODE structure.
Remarks
If you do not pass a DEVMODE structure, a new one will be created based on the other properties. The default value is IntPtr.Zero.
See Also

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members
System.IntPtr