Click or drag to resize

FontView.FontChangingHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void FontChangingHandler(
	string FontName,
	bool Enabled,
	ref bool Cancel
)

Parameters

FontName
Type: System.String
Enabled
Type: System.Boolean
Cancel
Type: System.Boolean
See Also