OCRZonesZoneChanged Event
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic event Action<OCRZone> ZoneChanged
Public Event ZoneChanged As Action(Of OCRZone)
public:
event Action<OCRZone^>^ ZoneChanged {
void add (Action<OCRZone^>^ value);
void remove (Action<OCRZone^>^ value);
}
Value
Type:
SystemActionOCRZone
See Also