NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PageSettings.CopyToHDEVMODE

Copies the relevant information out of the PageSettings and into the handle.

[Visual Basic]
Public Sub CopyToHDEVMODE( _
   ByVal hDevmode As Integer _
)
[C#]
public void CopyToHDEVMODE(
   int hDevmode
);
[C++]
public: void CopyToHDEVMODE(
   int hDevmode
);
[JScript]
public function CopyToHDEVMODE(
   hDevmode : int
);

Parameters

hDevmode
[To be supplied.]

See Also

PageSettings Class | PageSettings Members | System.Drawing.Printing Namespace