ImageView.OnBeforeZonesChanged 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 ImageView.BeforeZonesChangedHandler OnBeforeZonesChanged
Public Event OnBeforeZonesChanged As ImageView.BeforeZonesChangedHandler
public:
event ImageView.BeforeZonesChangedHandler^ OnBeforeZonesChanged {
void add (ImageView.BeforeZonesChangedHandler^ value);
void remove (ImageView.BeforeZonesChangedHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxes.ImageView.BeforeZonesChangedHandler
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