DetailView.ExecuteCommand Method (DETAILVIEWCOMMAND)
|
To force executing a DetailView command.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void ExecuteCommand(
DETAILVIEWCOMMAND Command
)
Public Sub ExecuteCommand (
Command As DETAILVIEWCOMMAND
)
public:
void ExecuteCommand(
DETAILVIEWCOMMAND Command
)
Parameters
- Command
- Type: Kofax.OmniPageCSDK.ToolBoxes.DETAILVIEWCOMMAND
Remarks
Using this function you can initiate the command execution programmatically. You can use this method together with the GetCommandState method.
The available commands are documented at the
DETAILVIEWCOMMAND Enumeration topic.
See Also