Click or drag to resize

ConvertersView.AddConverterHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void AddConverterHandler(
	Object Converter,
	string ConverterName,
	ref string DisplayName,
	ref bool Cancel
)

Parameters

Converter
Type: System.Object
ConverterName
Type: System.String
DisplayName
Type: System.String
Cancel
Type: System.Boolean
See Also