Click or drag to resize

DictionaryView.AddDictionaryHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void AddDictionaryHandler(
	int Language,
	int ID,
	ref string Name,
	ref bool Cancel
)

Parameters

Language
Type: System.Int32
ID
Type: System.Int32
Name
Type: System.String
Cancel
Type: System.Boolean
See Also