Click or drag to resize

PageFindAdditionalZones Property

This property determines whether additional zones will be located on the page areas not covered by any UserZones.

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

Property Value

Type: Boolean
Remarks

The default value for this property is True. If this property is set to False, and the UserZones collection is not empty then only the zones in the UserZones collection are processed and any content not covered by them is ignored; i.e: the AutoZoning_* properties of the Document are ignored. User zones of type WT_AUTO always denote regions of interest where some page analysis is performed and zones are located.

The ApplyZoneTemplate method of the Page object sets this property to False.

See Also