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.SetHDEVMODE

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

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

Parameters

hDevmode
[To be supplied.]

See Also

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