Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Show in webframe

IsSlow(String,Object) Method






Command name
Optional value to pass to the callback
Checks if running a command will be slow with the specified value.
Syntax
public bool IsSlow( 
   string commandName,
   object value
)
'Declaration
 
Public Overloads Function IsSlow( _
   ByVal commandName As String, _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As DocumentViewerCommands
Dim commandName As String
Dim value As Object
Dim value As Boolean
 
value = instance.IsSlow(commandName, value)
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 a 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

See Also

Reference

DocumentViewerCommands Class
DocumentViewerCommands Members
Overload List

Error processing SSI file
Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features