'Declaration
Public Enum OrientationMode Inherits System.Enum
public enum OrientationMode : System.Enum
'Declaration
Public Enum OrientationMode Inherits System.Enum
public enum OrientationMode : System.Enum
Member | Value | Description |
---|---|---|
PageRotation | 1 | Specifies an orientation based on the page's rotation attribute of the document. |
RenderRotation | 3 | Specifies an orientation based on a combination of the the page's rotation attribute of the document and view rotation of the viewer. |
ViewRotation | 2 | Specifies an orientation based on the view rotation of the viewer. |
System.Object
System.ValueType
System.Enum
GdPicture14.OrientationMode