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