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

Gets a the printer resolution in the y dimension, in dots per inch.

[Visual Basic]
Public ReadOnly Property Y As Integer
[C#]
public int Y {get;}
[C++]
public: __property int get_Y();
[JScript]
public function get Y() : int;

Property Value

The printer resolution in the y dimension, in dots per inch.

Remarks

If Kind is not set to Custom, Y will be set to-1.

See Also

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