Gets the vertical coordinate of the display area in printer units defined by the
PrintPreviewScale property.
public float DisplayY {get;}
public: __property float get_DisplayY();
'Declaration
Public ReadOnly Property DisplayY As Single
'Usage
Dim instance As PrintJob
Dim value As Single
value = instance.DisplayY
Property Value
A single value which represents the vertical coordinate of the display area.