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!

PrintDocument.DefaultPageSettings

Gets the default page settings for the document being printed.

[Visual Basic]
Public Property DefaultPageSettings As PageSettings
[C#]
public PageSettings DefaultPageSettings {get; set;}
[C++]
public: __property PageSettings* get_DefaultPageSettings();
public: __property void set_DefaultPageSettings(PageSettings*);
[JScript]
public function get DefaultPageSettings() : PageSettings;
public function set DefaultPageSettings(PageSettings);

Property Value

The default page settings for the document being printed, or a null reference (in Visual Basic Nothing) if this printer is not currently printing.

See Also

PrintDocument Class | PrintDocument Members | System.Drawing.Printing Namespace | PageSettings | DocumentName | PrintController | PrinterSettings