ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word 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 Boolean
    public bool Landscape {get; set;}

    Property Value

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