In This Topic
GdPicture14.WEB Namespace / RotationMode Enumeration

RotationMode Enumeration

In This Topic
Specifies a rotation mode.
Syntax
'Declaration
 
Public Enum RotationMode 
   Inherits System.Enum
public enum RotationMode : System.Enum 
Members
MemberValueDescription
CurrentPage1 Rotates only the current page.
Unspecified-1 Here for internal usage. Do not use.
View0 Rotates the view (all the pages).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.WEB.RotationMode

See Also