Gets or sets a value indicating whether to ignore Asian text
during the deskew process of the automatic Deskew method.
Syntax
'Declaration
Public Property IgnoreAsianTextForDeskew As Boolean
'Usage
Dim instance As ImGearRecAsianSettings
Dim value As Boolean
instance.IgnoreAsianTextForDeskew = value
value = instance.IgnoreAsianTextForDeskew
public bool IgnoreAsianTextForDeskew {get; set;}
public: __property bool get_IgnoreAsianTextForDeskew();
public: __property void set_IgnoreAsianTextForDeskew(
bool value
);
public:
property bool IgnoreAsianTextForDeskew {
bool get();
void set ( bool value);
}
See Also