PageOrientationType Enumeration
An enumerated type listing all Page Orientation types of Print Setting.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)

Syntax

C#
public enum PageOrientationType
Visual Basic
Public Enumeration PageOrientationType
Visual C++
public enum class PageOrientationType

Members

Member nameDescription
PortraitThe type of Page Orientation is Portrait.
LandscapeThe type of Page Orientation is Landscape.

See Also