←Select platform

IsSlow(string) Method

Summary

Checks if running a command will be slow.

Syntax

C#
VB
C++
public bool IsSlow( 
   string commandName 
) 
Public Function IsSlow( 
   ByVal commandName As String 
) As Boolean 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly