Click or drag to resize

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
Syntax
public event ImageViewBeforeZonesChangedHandler OnBeforeZonesChanged

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