←Select platform

IsSlow(string,object) Method

Summary

Checks if running a command will be slow with the specified value.

Syntax
C#
VB
C++
public bool IsSlow( 
   string commandName, 
   object value 
) 
Public Function IsSlow( 
   ByVal commandName As String, 
   ByVal value As Object 
) As Boolean 
public:  
   bool IsSlow( 
      String^ commandName, 
      Object^ value 
   ) 

Parameters

commandName

Command name

value

Optional value to pass to the callback

Return Value

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

Remarks

This method checks if the command exists and if it has an IsSlowHandler callback value that is not null, if so, it will invoke the callback with value and returns the result.

If the command does not exist or it does not have a handler, then this method returns false.

Refer to Document Viewer Commands for more information.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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