Gets the printable height of the paper set up for the printing device, in units determined by the
PrintPreviewScale property.
public float PrintHeight {get;}
public: __property float get_PrintHeight();
public:
property float PrintHeight {
float get();
}
'Declaration
Public ReadOnly Property PrintHeight As Single
'Usage
Dim instance As PrintJob
Dim value As Single
value = instance.PrintHeight
Property Value
A single value which represents the printable height.