Click or drag to resize

DocumentAutoZoning_Form Property

This property is used to modify the behavior of auto-zoning.

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

Property Value

Type: Boolean
Remarks

Auto-zoning occurs on page areas which are not covered by user zones. If there are no user zones on a page, the whole page will be auto-zoned. If this property is True, the page areas to be processed are treated as a form.

The default value of this property is False.

When this property is set to True, the AutoZoning_Column, AutoZoning_Table and AutoZoning_Graphics properties are set to LZ_COLUMN_NO, LZ_TABLE_NO and LZ_GRAPHICS_NO respectively. 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