PrintSettingsSetHdevmode Method |
Pass the handle of the DEVMODE structure and change the setting value of the printer.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract void SetHdevmode(
IntPtr hdevmode
)
Public MustOverride Sub SetHdevmode (
hdevmode As IntPtr
)
Parameters
- hdevmode
- Type: SystemIntPtr
The handle of the DEVMODE structure.
See Also