OCRZonesZoneChanged Event
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 22.0.0.0 (22.0.22462.100)
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