DocumentOnStatisticsChanged Event
|
This event is fired whenever any modifications are done to the document.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic event DocumentStatisticsChangedHandler OnStatisticsChanged
Public Event OnStatisticsChanged As DocumentStatisticsChangedHandler
public:
event DocumentStatisticsChangedHandler^ OnStatisticsChanged {
void add (DocumentStatisticsChangedHandler^ value);
void remove (DocumentStatisticsChangedHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.IproPlusDocumentStatisticsChangedHandler
See Also