Gets the horizontal coordinate of the display area in printer units defined by the
PrintPreviewScale property. Not available at design time.
'Declaration
Public ReadOnly Property DisplayX As Single
'Usage
Dim instance As PrintJob
Dim value As Single
value = instance.DisplayX
public float DisplayX {get;}
public: __property float get_DisplayX();
public:
property float DisplayX {
float get();
}
Property Value
A single value which represents the horizontal coordinate of the display area.