Click or drag to resize

DocumentDecompMethod Property

Use this property to get or set which page parser algorithm will be used during auto-zoning.

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

Property Value

Type: IMG_DECOMP
Remarks

Possible values are listed under the IMG_DECOMP Enumeration topic.

When DCM_FAST is selected, the NongriddedTableDetect property is set to False.

The default value for this property is DCM_AUTO.

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