PageSettings.CopyToHdevmode(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the relevant information from the PageSettings to the specified DEVMODE structure.
public:
void CopyToHdevmode(IntPtr hdevmode);
public void CopyToHdevmode(IntPtr hdevmode);
member this.CopyToHdevmode : nativeint -> unit
Public Sub CopyToHdevmode (hdevmode As IntPtr)
Parameters
- hdevmode
-
IntPtr
nativeint
The handle to a Win32 DEVMODE structure.
Exceptions
The printer named in the PrinterName property does not exist or there is no default printer installed.
Remarks
Call the CopyToHdevmode method to copy relevant information to a DEVMODE structure from a PageSettings. This method is useful when you want to make unmanaged Win32 calls that require a DEVMODE.
To copy information from a DEVMODE structure to the PageSettings, call SetHdevmode.