Click or drag to resize

ImageViewOnAfterZonesChanged Event

This event is fired after the attributes and / or positions of one or more zones have changed.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public event ImageViewAfterZonesChangedHandler OnAfterZonesChanged

Value

Type: Kofax.OmniPageCSDK.ToolBoxesImageViewAfterZonesChangedHandler
Remarks
This event is always preceded by a BeforeZoneChange event. If possible, the ZoneIndex and Change (IVCZONECHANGE flag) parameters provide details about the change. For very complex operations (for instance, applying a zone template) no details are available. Such a situation is indicated by passing the (-1) value in the ZoneIndex parameter.
See Also