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
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);
}
'Declaration
Public Property UseAutoRotate As Boolean
'Usage
Dim instance As Reader
Dim value As Boolean
instance.UseAutoRotate = value
value = instance.UseAutoRotate