Click or drag to resize

DocumentAutoZoning_Graphics 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_Graphics { 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_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.

See Also