SmartZone v7.2 - Updated
UseAutoRotate Property




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Reader Class : UseAutoRotate Property
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
public bool UseAutoRotate {get; set;}
public: __property bool get_UseAutoRotate();
public: __property void set_UseAutoRotate( 
   bool value
);
public:
property bool UseAutoRotate {
   bool get();
   void set (    bool value);
}
Remarks

Default value: false

See Also

Reference

Reader Class
Reader Members

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