DocumentDecompMethod Property
|
Use this property to get or set which page parser algorithm will be used during auto-zoning.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IMG_DECOMP DecompMethod { get; set; }Public Property DecompMethod As IMG_DECOMP
Get
Set
public:
property IMG_DECOMP DecompMethod {
IMG_DECOMP get ();
void set (IMG_DECOMP value);
}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