Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PageSize Class / Orientation Property

In This Topic
    Orientation Property (PageSize)
    In This Topic
    Gets or sets the orientation of a page.

    Changing Orientation swaps Width and Height.

    Syntax
    'Declaration
     
    Public Property Orientation As PageOrientation
    public PageOrientation Orientation {get; set;}
    See Also