DocumentsDocumentChangedHandler Delegate
|
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic delegate void DocumentChangedHandler(
Document Document,
int UniqueID,
string OldWorkingFile,
string NewWorkingFile
)
Public Delegate Sub DocumentChangedHandler (
Document As Document,
UniqueID As Integer,
OldWorkingFile As String,
NewWorkingFile As String
)
public delegate void DocumentChangedHandler(
Document^ Document,
int UniqueID,
String^ OldWorkingFile,
String^ NewWorkingFile
)
Parameters
- Document
- Type: Kofax.OmniPageCSDK.IproPlusDocument
- UniqueID
- Type: SystemInt32
- OldWorkingFile
- Type: SystemString
- NewWorkingFile
- Type: SystemString
See Also