SmartZone v7.2 - Updated
Orientation Property




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > TextBlockResult Class : Orientation Property
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
public OCROrientationMode Orientation {get;}
public: __property OCROrientationMode get_Orientation();
public:
property OCROrientationMode Orientation {
   OCROrientationMode get();
}
Remarks

Default value: OCROrientationMode.No

See Also

Reference

TextBlockResult Class
TextBlockResult Members

Is this page helpful?
Yes No
Thanks for your feedback.