ClearImage .NET API
PageRotation Enumeration





Inlite.ClearImageNet Namespace : PageRotation Enumeration
Identifies page rotation based on text or graphics
Syntax
'Declaration
 
Public Enum PageRotation 
   Inherits System.Enum
'Usage
 
Dim instance As PageRotation
public enum PageRotation : System.Enum 
public enum PageRotation = class(System.Enum)
public enum PageRotation extends System.Enum
public enum class PageRotation : public System.Enum 
Members
MemberDescription
leftPage is rotated left (based on text)
leftOrRightPage is rotated sideways (based on graphics)
nonePage is not rotated (based on text)
portraitPage is not rotated or rotated upside-down (based on graphics)
rightPage is rotated right (based on text)
unknownPage rotation is unknown
upsideDownPage is rotated upside-down (based on text)
See Also

Reference

Inlite.ClearImageNet Namespace