Click or drag to resize

Documents.DocumentChangedHandler 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.IproPlus.Document
UniqueID
Type: System.Int32
OldWorkingFile
Type: System.String
NewWorkingFile
Type: System.String
See Also