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!

PrinterSettings.PrinterResolutions

Gets the resolutions supported by this printer.

[Visual Basic]
Public ReadOnly Property PrinterResolutions As _
   PrinterSettings.PrinterResolutionCollection
[C#]
public PrinterSettings.PrinterResolutionCollection
   PrinterResolutions {get;}
[C++]
public: __property PrinterSettings.PrinterResolutionCollection*
   get_PrinterResolutions();
[JScript]
public function get PrinterResolutions() :
   PrinterSettings.PrinterResolutionCollection;

Property Value

The resolutions supported by this printer.

See Also

PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | PrinterResolution | PrinterSettings.PrinterResolutionCollection | InstalledPrinters | PaperSizes | PaperSources