Click or drag to resize

DocumentsDocumentChangedHandler Delegate

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
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