Click or drag to resize

Document.TitleChangedHandler Delegate

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public delegate void TitleChangedHandler(
	Document Document,
	int UniqueID,
	string Title
)

Parameters

Document
Type: Kofax.OmniPageCSDK.IproPlus.Document
UniqueID
Type: System.Int32
Title
Type: System.String
See Also