EditorViewExecuteCommand Method (TECCOMMAND)
|
Use this method to force the execution of a TEC command that is also available through the custom TEC toolbar or popup menu.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void ExecuteCommand(
TECCOMMAND Command
)
Public Sub ExecuteCommand (
Command As TECCOMMAND
)
public:
void ExecuteCommand(
TECCOMMAND Command
)
Parameters
- Command
- Type: Kofax.OmniPageCSDK.ToolBoxesTECCOMMAND
Remarks
Using this function you can initiate the command execution programmatically. You can use this method together with the GetCommandState method.
See Also