ThumbnailViewExecuteCommand Method (THUMBNAILVIEWCOMMAND)
|
Use this method to force execution of a ThumbnailView command. Using this function you can initiate command execution programmatically.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void ExecuteCommand(
THUMBNAILVIEWCOMMAND Command
)
Public Sub ExecuteCommand (
Command As THUMBNAILVIEWCOMMAND
)
public:
void ExecuteCommand(
THUMBNAILVIEWCOMMAND Command
)
Parameters
- Command
- Type: 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