Click or drag to resize

ImageViewExecuteCommand Method (IVCTOOLBARBUTTON)

Use this method to force executing an ImageView command also available through the ImageView toolbar or popup menu.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void ExecuteCommand(
	IVCTOOLBARBUTTON Command
)

Parameters

Command
Type: Kofax.OmniPageCSDK.ToolBoxesIVCTOOLBARBUTTON
Remarks
Using this function you can initiate the command execution programmatically. You can use this method together with the GetCommandState method.
See Also