DocumentOnDocumentLoaded Event
|
This event is fired if a document is loaded.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic event DocumentDocumentLoadedHandler OnDocumentLoaded
Public Event OnDocumentLoaded As DocumentDocumentLoadedHandler
public:
event DocumentDocumentLoadedHandler^ OnDocumentLoaded {
void add (DocumentDocumentLoadedHandler^ value);
void remove (DocumentDocumentLoadedHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.IproPlusDocumentDocumentLoadedHandler
See Also