SmartZone v8.0 - Updated
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
    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