←Select platform

OcrTextDirection Enumeration

Summary

Determines the direction of text in a zone.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum OcrTextDirection   
<SerializableAttribute()> 
Public Enum OcrTextDirection  
typedef NS_ENUM(NSInteger, LTOcrTextDirection) 
public enum OcrTextDirection 
[SerializableAttribute()] 
public enum class OcrTextDirection   

Members
ValueMemberDescription
0LeftToRight Text is left to right
1RightToLeft Text is right to left (Arabic or Hebrew for example)
2TopToBottom Text is top to bottom (Japanese or Latin vertical text)
3BottomToTop Text is bottom to top

Remarks

Used as value for OcrZone.TextDirection to determine the direction of the text.

Requirements

Target Platforms

See Also

Reference

Leadtools.Ocr Namespace

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly