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!

PrintPageEventArgs.PageSettings

Specifieds the page settings for the current page.

[Visual Basic]
Public ReadOnly Property PageSettings As PageSettings
[C#]
public PageSettings PageSettings {get;}
[C++]
public: __property PageSettings* get_PageSettings();
[JScript]
public function get PageSettings() : PageSettings;

Property Value

The page settings for the current page.

See Also

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