←Select platform

TextDirection Property

Summary
Gets or sets a value that determines the text direction of the zone.
Syntax
C#
VB
Objective-C
C++
Java
public OcrTextDirection TextDirection { get; set; } 
Public Property TextDirection As OcrTextDirection 
@property (nonatomic, assign) LTOcrTextDirection textDirection 
public OcrTextDirection getTextDirection() 
public void setTextDirection(OcrTextDirection value) 
public: 
property OcrTextDirection TextDirection { 
   OcrTextDirection get(); 
   void set (    OcrTextDirection ); 
} 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.