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
Syntaxpublic event ImageViewAfterZonesChangedHandler OnAfterZonesChanged
Public Event OnAfterZonesChanged As ImageViewAfterZonesChangedHandler
public:
event ImageViewAfterZonesChangedHandler^ OnAfterZonesChanged {
void add (ImageViewAfterZonesChangedHandler^ value);
void remove (ImageViewAfterZonesChangedHandler^ value);
}
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