Click or drag to resize

DocumentNongriddedTableDetect Property

Use this property to get or set non-gridded table detection during auto-zoning.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public bool NongriddedTableDetect { get; set; }

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