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