←Select platform

TextDirection Property

Summary

Gets or sets a value that determines the text direction of the zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

Property Value

The text direction of the zone. Default value is OcrTextDirection.LeftToRight.

Remarks

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly