In This Topic
GdPicture14 Namespace / TwainOrientation Enumeration

TwainOrientation Enumeration

In This Topic
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum TwainOrientation 
   Inherits System.Enum
[ComVisible(true)]
public enum TwainOrientation : System.Enum 
public enum TwainOrientation = class(System.Enum)
ComVisibleAttribute()
public enum TwainOrientation extends System.Enum
[ComVisible(true)]
__value public enum TwainOrientation : public System.Enum 
[ComVisible(true)]
public enum class TwainOrientation : public System.Enum 
Members
MemberValueDescription
TWOR_AUTO4 Orients the image according to criteria determined by the source.
TWOR_AUTOPICTURE6 Orients the document using image only algorithms.
TWOR_AUTOTEXT5 Orients the document using text only algorithms.
TWOR_LANDSCAPE3 
TWOR_PORTRAIT0 
TWOR_ROT00 
TWOR_ROT1802 
TWOR_ROT2703 
TWOR_ROT901 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.TwainOrientation

See Also