ImageGear .NET - Updated
IgnoreAsianTextForRotation Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecAsianSettings Class : IgnoreAsianTextForRotation Property
Gets or sets a value indicating whether to ignore Asian text during the rotation process of the automatic Rotate method.
Syntax
'Declaration
 
Public Property IgnoreAsianTextForRotation As Boolean
'Usage
 
Dim instance As ImGearRecAsianSettings
Dim value As Boolean
 
instance.IgnoreAsianTextForRotation = value
 
value = instance.IgnoreAsianTextForRotation
public bool IgnoreAsianTextForRotation {get; set;}
public: __property bool get_IgnoreAsianTextForRotation();
public: __property void set_IgnoreAsianTextForRotation( 
   bool value
);
public:
property bool IgnoreAsianTextForRotation {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

See Also

Reference

ImGearRecAsianSettings Class
ImGearRecAsianSettings Members