Gets or sets a value that determines the text direction of the zone.
public OcrTextDirection TextDirection { get; set; }
Public Property TextDirection As Leadtools.Forms.Ocr.OcrTextDirection
public Leadtools.Forms.Ocr.OcrTextDirection TextDirection {get; set;}
@property (nonatomic, assign) LTOcrTextDirection textDirection
public OcrTextDirection getTextDirection()
public void setTextDirection(OcrTextDirection value)
<br/>get_TextDirection();<br/>set_TextDirection(value);<br/>Object.defineProperty('TextDirection');
public:
property Leadtools.Forms.Ocr.OcrTextDirection TextDirection {
Leadtools.Forms.Ocr.OcrTextDirection get();
void set ( Leadtools.Forms.Ocr.OcrTextDirection );
}
The text direction of the zone. Default value is OcrTextDirection.LeftToRight.
This value is updated by AutoZone and can also be set by the user to determine the text flow direction. This value will effect how the final document is generated if the format supports text direction.s
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