Click or drag to resize

ThumbnailViewExecuteCommand Method (THUMBNAILVIEWCOMMAND)

Use this method to force execution of a ThumbnailView command. Using this function you can initiate command execution programmatically.

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

Parameters

Command
Type: Kofax.OmniPageCSDK.ToolBoxesTHUMBNAILVIEWCOMMAND
Remarks
You can use this method together with the GetCommandState method. The available commands are documented at the THUMBNAILVIEWCOMMAND Enumeration topic.
See Also