Click or drag to resize

DocumentViewDocumentTitleChangedHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void DocumentTitleChangedHandler(
	int Index,
	Object Document,
	string Title
)

Parameters

Index
Type: SystemInt32
Document
Type: SystemObject
Title
Type: SystemString
See Also