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

Gets or sets a value indicating the printer resolution for the page.

[Visual Basic]
Public Property PrinterResolution As PrinterResolution
[C#]
public PrinterResolution PrinterResolution {get; set;}
[C++]
public: __property PrinterResolution* get_PrinterResolution();
public: __property void set_PrinterResolution(PrinterResolution*);
[JScript]
public function get PrinterResolution() : PrinterResolution;
public function set PrinterResolution(PrinterResolution);

Property Value

One of the PrinterResolution values.

See Also

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