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!

PrinterResolution.Kind

Gets a value indicating the kind of printer resolution.

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

Property Value

One of the PrinterResolutionKind values.

See Also

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