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