←Select platform

OcrTextDirection Enumeration

Summary

Determines the direction of text in a zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum OcrTextDirection   
<SerializableAttribute()> 
Public Enum OcrTextDirection  
    
    
[SerializableAttribute()] 
public enum OcrTextDirection    
typedef NS_ENUM(NSInteger, LTOcrTextDirection) 
public enum OcrTextDirection 
Leadtools.Forms.Ocr.OcrTextDirection = function() { }; 
Leadtools.Forms.Ocr.OcrTextDirection.prototype = {<br/> 
  LeftToRight = 0, 
    RightToLeft = 1, 
    TopToBottom = 2, 
    BottomToTop = 3, 
     
 }; 
[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.Forms.Ocr Namespace

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