Click or drag to resize

DocumentAutoZoning_Table 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 int AutoZoning_Table { get; set; }

Property Value

Type: Int32
Remarks

Auto-zoning occurs on page areas that are not covered by user zones. If there are no user zones on a page, the whole page will be auto-zoned. Possible values of this property are:

AutoZoning_Table value Meaning
LZ_TABLE_NO Do not find tables.
LZ_ TABLE_ONE The whole area is one table.
LZ_ TABLE_AUTO Find table zones automatically.

The default value is LZ_TABLE_NO. When there are no user zones on a page, LZ_TABLE_NO has the same effect as LZ_TABLE_AUTO. When this property is set to LZ_TABLE_ONE or LZ_TABLE_AUTO, the AutoZoning_Form property will be set to False.

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