Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1PageSettings Class / Landscape Property

In This Topic
    Landscape Property (C1PageSettings)
    In This Topic
    Gets or sets a value indicating whether to use landscape orientation. Changing this property swaps height and width of the page.
    Syntax
    'Declaration
     
    Public Property Landscape As Boolean
    public bool Landscape {get; set;}
    See Also