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