Click or drag to resize

ConvertersView 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 ConvertersView : AxHost, 
	ICmnVisual, ICmnVisualUIHelper, ICmnVisualUIHelperCallbackEvents

The ConvertersView type exposes the following members.

Constructors
  NameDescription
Public methodConvertersView
Initializes a new instance of the ConvertersView class
Top
Properties
  NameDescription
Public propertyBorderVisible
Use this method to draw border around a control.
Public propertySelected
Returns the selected converter's name. If nothing is selected, an empty string is returned.
Public propertySelectedConverter
Returns the selected Ipro converter object.
Top
Methods
  NameDescription
Public methodAttach
To attach a ConvertersView control to an existing converter object.
Public methodDetach
Use this method to detach a ConvertersView control from an existing converter.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(CONVERTERSVIEWCOMMAND)
To force executing a ConverterViews command.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(CONVERTERSVIEWCOMMAND, Boolean, Boolean)
To request information about a ConverterViews 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 eventOnAddConverter
Informs the user about addition of each converter when internal converter list is filled in.
Public eventOnCloneConverter
Creates a copy of a factory converter whose settings can be modified for specific purposes.
Public eventOnEditConverter
Enables addition of further converter properties in a dialog.
Public eventOnEnterModal
Public eventOnLeaveModal
Public eventOnRemoveConverter
Removes the cloned converter created with CloneConverter method.
Public eventOnSelectConverter
Selects the individual converters.
Public eventOnSetHelp
Public eventOnSetMessageString
Public eventOnSetToolTip
Top
See Also