Gets the physical height of the paper set up for the printing device, in units determined by the
PrintPreviewScale property.
'Declaration
Public ReadOnly Property PaperHeight As Single
'Usage
Dim instance As PrintJob
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 physical height of the paper.