ActiveReports.Viewer3 Request technical support
PaperWidth Property
See Also 


Gets the width of the paper, in inches.

Syntax

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

Return Value

The width of the paper, in inches.

Remarks

This width measurement is for the portrait orientation of the paper.  In landscape, the width is equal to the PaperHeight.

See Also