C#
VB
Java
Objective-C
WinRT C#
C++
Determines the direction of text in a zone.
[SerializableAttribute()]
public enum OcrTextDirection
<SerializableAttribute()>
Public Enum OcrTextDirection
[SerializableAttribute()]
public enum 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,
};
[SerializableAttribute()]
public enum class OcrTextDirection
Members
Value | Member | Description |
---|---|---|
0 | LeftToRight | Text is left to right |
1 | RightToLeft | Text is right to left (Arabic or Hebrew for example) |
2 | TopToBottom | Text is top to bottom (Japanese or Latin vertical text) |
3 | BottomToTop | Text is bottom to top |
Used as value for OcrZone.TextDirection to determine the direction of the text.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET