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