ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SystemPrinter Class / PaperWidth Property

In This Topic
    PaperWidth Property (SystemPrinter)
    In This Topic
    Sets or returns the width of the paper used to print the report.
    Syntax
    'Declaration
     
    Public Property PaperWidth As Single
    public float PaperWidth {get; set;}

    Property Value

    A float or Single value in inches.
    Remarks
    This property is used to set custom paper sizes that might not be available in the PaperSizes collection.
    See Also