Document.AutoZoning_Table Property |
Namespace: Kofax.OmniPageCSDK.IproPlus
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.