  | TesseractOcrBlockOrientation Property  | 
Gets the text Orientation of the block.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic TesseractOcrElementProperties Orientation { get; }Public ReadOnly Property Orientation As TesseractOcrElementProperties
	Get
public:
virtual property TesseractOcrElementProperties^ Orientation {
	TesseractOcrElementProperties^ get () sealed;
}Property Value
Type: 
TesseractOcrElementProperties
The Orientation properties.
See Also