FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Document Namespace / C1PageSettings Class / PaperSize Property

In This Topic
    PaperSize Property (C1PageSettings)
    In This Topic
    Gets or sets the paper kind. Changing of this property may change Width and/or Height.
    Syntax
    'Declaration
     
    Public Property PaperSize As C1PaperSize
    public C1PaperSize PaperSize {get; set;}
    See Also