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




In This Topic
UseAutoRotate Property
In This Topic
Set to true and AnalyzeField method will try to find the best orientation for the image and run analysis of a field on the given object. It will also return the found orientation in the TextBlockResult.Orientation.

Default value: false

Syntax
'Declaration
 
Public Property UseAutoRotate As Boolean
 
'Usage
 
Dim instance As Reader
Dim value As Boolean
 
instance.UseAutoRotate = value
 
value = instance.UseAutoRotate
Remarks

Default value: false

See Also