Gets the printable area height of the paper set up for the printing device, in units determined by the
PrintUnits 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 Printer
Dim value As Single
value = instance.PrintHeight
Property Value
A single value which represents the print height.