PageOrientationType Enumeration |
An enumerated type listing all Page Orientation types of Print Setting
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum PageOrientationType
Public Enumeration PageOrientationType
public enum class PageOrientationType
MembersMember name | Value | Description |
---|
Auto | 2 |
Auto Page Orientation
|
Landscape | 1 |
The type of Page Orientation is Landscape
|
Portrait | 0 |
The type of Page Orientation is Portrait
|
See Also