ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / Landscape Property

In This Topic
    Landscape Property
    In This Topic
    Gets or sets landscape flag of a page for this document.
    Syntax
    'Declaration
     
    Public Property Landscape As System.Boolean
    public System.bool Landscape {get; set;}

    Property Value

    true if the page of the Word/RTF document is landscape, otherwise false.
    See Also