Click or drag to resize

ConvertersViewEditConverterHandler Delegate

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

Parameters

Converter
Type: SystemObject
ConverterName
Type: SystemString
Cancel
Type: SystemBoolean
See Also