Click or drag to resize

CharacterBar.RangeChangingHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void RangeChangingHandler(
	CHARACTERBARRANGE Range,
	bool Enabled,
	ref bool Cancel
)

Parameters

Range
Type: Kofax.OmniPageCSDK.ToolBoxes.CHARACTERBARRANGE
Enabled
Type: System.Boolean
Cancel
Type: System.Boolean
See Also