DocumentClassifierProjectOnClassificationReady Event
|
Caution |
---|
|
This API is preliminary and subject to change.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic event DocumentClassifierProjectClassificationReadyHandler OnClassificationReady
Public Event OnClassificationReady As DocumentClassifierProjectClassificationReadyHandler
public:
event DocumentClassifierProjectClassificationReadyHandler^ OnClassificationReady {
void add (DocumentClassifierProjectClassificationReadyHandler^ value);
void remove (DocumentClassifierProjectClassificationReadyHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.IproPlusDocumentClassifierProjectClassificationReadyHandler
See Also