OCRZone.IgnoreWhiteSpace Property
|
This property returns whether white space characters (SPACE and TAB characters) were ignored during checking of this OCR zone.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool IgnoreWhiteSpace { get; }
Public ReadOnly Property IgnoreWhiteSpace As Boolean
Get
public:
property bool IgnoreWhiteSpace {
bool get ();
}
Property Value
Type:
Boolean
See Also