public IntPtr DevMode {get; set;}
public: __property IntPtr get_DevMode(); public: __property void set_DevMode( IntPtr value );
public: property IntPtr DevMode { IntPtr get(); void set ( IntPtr value); }
'Declaration Public Property DevMode As IntPtr
'Usage Dim instance As ImGearPDFPrintOptions Dim value As IntPtr instance.DevMode = value value = instance.DevMode
ImGearPDFPrintOptions Class ImGearPDFPrintOptions Members System.IntPtr