FlexReport for .NET | ComponentOne
C1.FlexReport Assembly / C1.Report Namespace / Layout Class / PaperSize Property

In This Topic
    PaperSize Property (Layout)
    In This Topic
    Gets or sets the paper size for the report.
    Syntax
    'Declaration
     
    Public Property PaperSize As C1PaperSize
    public C1PaperSize PaperSize {get; set;}
    See Also