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!

PaperSize.Kind

Gets the type of paper.

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

Property Value

One of the PaperKind values.

See Also

PaperSize Class | PaperSize Members | System.Drawing.Printing Namespace | PaperKind