←Select platform

TextDirection Property

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

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

Leadtools.Ocr Assembly

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