ClearImageNet Send comments on this topic.
PageRotation Enumeration
See Also  
Inlite.ClearImageNet Namespace : PageRotation Enumeration




Identifies page rotation based on text or graphics

Syntax

Visual Basic (Declaration) 
Public Enum PageRotation 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PageRotation
C# 
public enum PageRotation : Enum 
Managed Extensions for C++ 
__value public enum PageRotation : public Enum 
C++/CLI 
public enum class PageRotation : public Enum 

Members

MemberDescription
leftPage is rotated left (based on text)
rightPage is rotated right (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)
unknownPage rotation is unknown
upsideDownPage is rotated upside-down (based on text)

See Also

Generated from assembly ClearImageNet [5.7.1.0]