Click or drag to resize

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

The ConverterView type exposes the following members.

Constructors
  NameDescription
Public methodConverterView
Initializes a new instance of the ConverterView class
Top
Properties
  NameDescription
Public propertyBorderVisible
Use this method to draw border around a control.
Public propertyDirty
Use this method to display any user made changes in settings.
Public propertyIncludeStandardProperties
To display the standard properties.
Public propertyRawView
Caution note Caution
This API is preliminary and subject to change.
Top
Methods
  NameDescription
Public methodAttach
To attach the control to an existing converter object.
Public methodDetach
Use this method to detach the control from an existing converter.
Public methodExecuteCommand(Int32)
Executes control specific command if enabled programatically.
Public methodExecuteCommand(CONVERTERVIEWCOMMAND)
To force executing a ConverterView command.
Public methodGetCommandState(Int32, Boolean, Boolean)
Returns control specific command state as enabled or checked.
Public methodGetCommandState(CONVERTERVIEWCOMMAND, Boolean, Boolean)
To request information about a ConverterView 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 methodRenew
To synchronize converter property displayed state with its current state.
Public methodReset
To reset command state to the original, when no user modification is done.
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 eventOnEnterModal
Public eventOnLeaveModal
Public eventOnModified
Fired when user modified any setting whose state can be changed (dirty).
Public eventOnResetApplied
Fired when user sets default converter parameter back.
Public eventOnSetHelp
Public eventOnSetMessageString
Public eventOnSetToolTip
Top
See Also