←Select platform

OcrTextDirection Enumeration

Summary
Determines the direction of text in a zone.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[SerializableAttribute()] 
public enum OcrTextDirection   
typedef NS_ENUM(NSInteger, LTOcrTextDirection) { 
 LTOcrTextDirectionLeftToRight,  
 LTOcrTextDirectionRightToLeft,  
 LTOcrTextDirectionTopToBottom,  
 LTOcrTextDirectionBottomToTop 
}; 
public enum OcrTextDirection 
[SerializableAttribute()] 
public enum class OcrTextDirection   
class OcrTextDirection(Enum): 
   LeftToRight = 0 
   RightToLeft = 1 
   TopToBottom = 2 
   BottomToTop = 3 
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 23.0.2024.4.19
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

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