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

Gets the paper sources available on this printer.

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

Property Value

The paper sources (i.e. trays) available on this printer.

See Also

PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | PaperSource | PrinterSettings.PaperSourceCollection | InstalledPrinters | PaperSizes | PrinterResolutions