FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1PageSettings Class / C1PageSettings Constructor / C1PageSettings Constructor(Unit,Unit,PaperKind,Boolean)
The value of the Width property.
The value of the Height property.
The value of the PaperSize property.
The value of the Landscape property.

In This Topic
    C1PageSettings Constructor(Unit,Unit,PaperKind,Boolean)
    In This Topic
    Initializes a new instance of the C1PageSettings class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Unit, _
       ByVal height As Unit, _
       ByVal paperSize As PaperKind, _
       ByVal landscape As Boolean _
    )
    public C1PageSettings( 
       Unit width,
       Unit height,
       PaperKind paperSize,
       bool landscape
    )

    Parameters

    width
    The value of the Width property.
    height
    The value of the Height property.
    paperSize
    The value of the PaperSize property.
    landscape
    The value of the Landscape property.
    See Also