Document.AutoZoning_Graphics 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_Graphics value | Meaning |
---|---|
LZ_ GRAPHICS_NO | Do not find graphics. |
LZ_ GRAPHICS_ONE | The whole area is one piece of graphics. |
LZ_ GRAPHICS_AUTO | Find graphic zones automatically. |
The default value is LZ_GRAPHICS_NO. When there are no user zones on a page, LZ_GRAPHICS_NO has the same effect as LZ_GRAPHICS_AUTO. When this property is set to LZ_GRAPHICS_ONE or LZ_GRAPHICS_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.