| TesseractOcrBlockOrientation Property |
Gets the text Orientation of the block.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public 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