Click or drag to resize

IVCZONECHANGE Enumeration

Possible zone changes.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[GuidAttribute("A881795D-9276-44AA-9FD9-B8F1D0CD1F28")]
public enum IVCZONECHANGE
Members
  Member nameValueDescription
IVC_ZC_UNKNOWN0 No information is available about the nature of the change.
IVC_ZC_NEW1 A new zone has been added to the Zones collection with the index received in the ZoneIndex parameter.
IVC_ZC_DELETE2 A zone has been deleted from the Zones collection.
IVC_ZC_TYPE4 The type of the zone with the ZoneIndex index parameter has changed.
IVC_ZC_CONTENT_TYPE8 The content (character filter) of the zone with the ZoneIndex index parameter has changed.
IVC_ZC_SHAPE16 The shape or placement of the zone with the ZoneIndex index parameter has changed.
IVC_ZC_FILLING_METHOD32 The filling method of the zone with the ZoneIndex index parameter has changed.
IVC_ZC_RECOGNITION_MODULE64 The recognition module of the zone with the ZoneIndex index parameter has changed.
IVC_ZC_GRID128 The table structure of the zone (type WT_TABLE) with the ZoneIndex index parameter has changed.
See Also