SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / TextBlockResult Class / Orientation Property




In This Topic
Orientation Property
In This Topic
Gets the Orientation of the TextBlockResult. This property will not be changed from the default value unless Reader.UseAutoRotate is set.

Default value: OCROrientationMode.No

Syntax
'Declaration
 
Public ReadOnly Property Orientation As OCROrientationMode
 
'Usage
 
Dim instance As TextBlockResult
Dim value As OCROrientationMode
 
value = instance.Orientation
Remarks

Default value: OCROrientationMode.No

See Also