DocumentNongriddedTableDetect Property
|
Use this property to get or set non-gridded table detection during auto-zoning.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool NongriddedTableDetect { get; set; }Public Property NongriddedTableDetect As Boolean
Get
Set
public:
property bool NongriddedTableDetect {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
Remarks
The default value for this property is True.
When this property is set to True and DecompMethod property is set to DCM_FAST, the DecompMethod property
will be modified to DCM_AUTO automatically. Auto-zoning can be done by calling the LocateZones method of Document
or Page objects.
Changing this property will set the Modified property to True.
See Also