ImageViewOnBeforeZonesChanged Event
|
This event is fired before the attributes and / or positions of one or more zones are about to change.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event ImageViewBeforeZonesChangedHandler OnBeforeZonesChanged
Public Event OnBeforeZonesChanged As ImageViewBeforeZonesChangedHandler
public:
event ImageViewBeforeZonesChangedHandler^ OnBeforeZonesChanged {
void add (ImageViewBeforeZonesChangedHandler^ value);
void remove (ImageViewBeforeZonesChangedHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxesImageViewBeforeZonesChangedHandler
Remarks
You can use this event to handle the zone change event. The AfterZoneChange event provides details on the nature of the change whenever possible.
See Also