  | TesseractOcrElementTextlineOrder Enumeration | 
The text lines are read in the given sequence.
 
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntaxpublic enum TesseractOcrElementTextlineOrder
Public Enumeration TesseractOcrElementTextlineOrder
public enum class TesseractOcrElementTextlineOrder
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | LeftToRight | 0 | 
Textline order left to right
 | 
 | RightToLeft | 1 | 
Textline order right to left
 | 
 | TopToBottom | 2 | 
Textline order top to bottom
 | 
Remarks
In English, the order is top-to-bottom.
In Chinese, vertical text lines are read right-to-left.  Mongolian is
written in vertical columns top to bottom like Chinese, but the lines
order left-to right.
Note that only some combinations make sense.For example,
TesseractOcrElementWritingDirection LeftToRight implies 
TesseractOcrElementTextlineOrder TopToBottom
See Also