←Select platform

IsSlow(string) Method

Summary

Checks whether running a command will be slow.

Syntax
C#
VB
C++
publicboolIsSlow(stringcommandName)
Public函数IsSlow(ByValcommandNameAsString)AsBoolean
public:boolIsSlow(String^commandName)

Parameters

commandName

Command name

Return Value

trueif running the command with the specified value is slow; otherwise,false.

Remarks

This method is the equivalent of callingIsSlow(commandName, value)withvalueset tonulland can be used as a shortcut to using commands that do not take parameters.

Refer toDocument Viewer Commandsfor more information.

Requirements
Target Platforms
Leadtools.Document.Viewer.WinForms Assembly