FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document 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 PaperKind
    public PaperKind PaperSize {get; set;}
    See Also