In This Topic
GdPicture14 Namespace / OrientationMode Enumeration

OrientationMode Enumeration

In This Topic
Specifies the orientation mode for a given content type.
Syntax
'Declaration
 
Public Enum OrientationMode 
   Inherits System.Enum
public enum OrientationMode : System.Enum 
public enum OrientationMode = class(System.Enum)
public enum OrientationMode extends System.Enum
__value public enum OrientationMode : public System.Enum 
public enum class OrientationMode : public System.Enum 
Members
MemberValueDescription
PageRotation1 Specifies an orientation based on the page's rotation attribute of the document.
RenderRotation3 Specifies an orientation based on a combination of the the page's rotation attribute of the document and view rotation of the viewer.
ViewRotation2 Specifies an orientation based on the view rotation of the viewer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.OrientationMode

See Also