Click or drag to resize

FontView Class

Caution note Caution
This API is preliminary and subject to change.
Inheritance Hierarchy

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public class FontView : AxHost, ICmnVisual, 
	ICmnVisualUIHelper, ICmnVisualUIHelperCallbackEvents

The FontView type exposes the following members.

Constructors
  NameDescription
Public methodFontView
Initializes a new instance of the FontView class
Top
Properties
  NameDescription
Public propertyBorderVisible
Use this method to draw border around the control.
Top
Methods
  NameDescription
Public methodAttach
Use this method to attach the control to an existing FontView object.
Public methodDetach
Use this method to detach the control from an existing FontView object.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(FONTVIEWCOMMAND)
Use this method to force execution of a FontView command.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(FONTVIEWCOMMAND, Boolean, Boolean)
Use this method to request information about a FontView command.
Public methodGetMenu
Returns a full menu about its own commands.
Public methodGetMenuString
Returns control specific menu string to be displayed in a menu.
Public methodGetMessageString
Returns a detailed control specific menu string to be displayed in a menu.
Public methodInt_Attach
To attach the control to an existing IPRO object.
Public methodInt_Detach
To detach the control from an existing IPRO object.
Public methodSetCommandHelpID
Pairs a help ID to each command.
Public methodSetHelpID
If set, and F1 is pressed, returns a SetHelp ID from OnSetHelp
Public methodSetUILang
Sets UI language from LANGUAGES enumeration of IPRO.
Top
Events
  NameDescription
Public eventOnAddFont
Fired when control's internal font list is filled in; can be ignored.
Public eventOnEnterModal
Public eventOnFontChanged
Fired if a font is enabled/disabled; the change is done.
Public eventOnFontChanging
Fired to determine if the Engine should work with a font or not.
Public eventOnLeaveModal
Public eventOnSetHelp
Public eventOnSetMessageString
Public eventOnSetToolTip
Top
See Also