ActiveReports.Viewer3 Request technical support
PaperHeight Property
See Also 


Gets the height of the paper, in inches.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PaperHeight As Single
Visual Basic (Usage)Copy Code
Dim instance As Printer
Dim value As Single
 
value = instance.PaperHeight
C# 
public float PaperHeight {get;}

Return Value

The height of the paper in inches.

Remarks

This height measurement is for the portrait orientation of the paper.  In Landscape, the height is equal to PaperWidth.

See Also