Gets a the printer resolution in the x dimension, in dots per inch.
[Visual Basic] Public ReadOnly Property X As Integer [C#] public int X {get;} [C++] public: __property int get_X(); [JScript] public function get X() : int;
The printer resolution in the x dimension, in dots per inch.
If Kind is not set to Custom, X will be set to-1.
PrinterResolution Class | PrinterResolution Members | System.Drawing.Printing Namespace