Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

OcrTextDirection Enumeration








Determines the direction of text in a zone.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrTextDirection 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OcrTextDirection
typedef NS_ENUM(NSInteger, LTOcrTextDirection)
public enum OcrTextDirection
Leadtools.Forms.Ocr.OcrTextDirection = function() { };
Leadtools.Forms.Ocr.OcrTextDirection.prototype = {<br/>
  LeftToRight = 0,
	RightToLeft = 1,
	TopToBottom = 2,
	BottomToTop = 3,
	
 };
Members
ValueMemberDescription
0LeftToRight Text is left to right
1RightToLeft Text is right to left (Arabic or Hebrew for example)
2TopToBottom Text is top to bottom (Japanese or Latin vertical text)
3BottomToTop Text is bottom to top
Remarks

Used as value for OcrZone.TextDirection to determine the direction of the text.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrTextDirection

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features