←Select platform

IsSlow(string) Method

Summary

Checks whether running a command will be slow.

Syntax
C#
C++/CLI
public bool IsSlow( 
   string commandName 
) 
public:  
   bool IsSlow( 
      String^ commandName 
   ) 

Parameters

commandName

Command name

Return Value

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

Remarks

This method is the equivalent of calling IsSlow(commandName, value) with value set to null and can be used as a shortcut to using commands that do not take parameters.

Refer to Document Viewer Commands for more information.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.