| 
				   
                             Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9 	
                       		
			       | 
             
| Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace : OcrTextDirection Enumeration | 
[SerializableAttribute()] public enum OcrTextDirection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
 
<SerializableAttribute()> Public Enum OcrTextDirection Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
 
Dim instance As OcrTextDirection
[SerializableAttribute()] public enum OcrTextDirection : System.IComparable, System.IConvertible, System.IFormattable
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Used as value for OcrZone.TextDirection to determine the direction of the text.
System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrTextDirection