In This Topic
GdPicture14 Namespace / OCRBlockOrientation Enumeration

OCRBlockOrientation Enumeration

In This Topic
Specifies the orientation of the block within a result when using the OCR.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum OCRBlockOrientation 
   Inherits System.Enum
[ComVisible(true)]
public enum OCRBlockOrientation : System.Enum 
public enum OCRBlockOrientation = class(System.Enum)
ComVisibleAttribute()
public enum OCRBlockOrientation extends System.Enum
[ComVisible(true)]
__value public enum OCRBlockOrientation : public System.Enum 
[ComVisible(true)]
public enum class OCRBlockOrientation : public System.Enum 
Members
MemberValueDescription
Down2180 degres orientation (clockwise).
Left3270 degres orientation (clockwise).
Right190 degres orientation (clockwise).
Unknown-1Unknown or undefined orientation.
Up0No orientation.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.OCRBlockOrientation

See Also