Document.OnStatisticsChanged 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 Document.StatisticsChangedHandler OnStatisticsChanged
Public Event OnStatisticsChanged As Document.StatisticsChangedHandler
public:
event Document.StatisticsChangedHandler^ OnStatisticsChanged {
void add (Document.StatisticsChangedHandler^ value);
void remove (Document.StatisticsChangedHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.IproPlus.Document.StatisticsChangedHandler
See Also