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!

PaperSource.Kind

Gets a value indicating the type of paper source.

[Visual Basic]
Public ReadOnly Property Kind As PaperSourceKind
[C#]
public PaperSourceKind Kind {get;}
[C++]
public: __property PaperSourceKind get_Kind();
[JScript]
public function get Kind() : PaperSourceKind;

Property Value

One of the PaperSourceKind values.

See Also

PaperSource Class | PaperSource Members | System.Drawing.Printing Namespace | PaperSourceKind