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

Show in webframe

Run(String) Method






Command name
Runs a command.
Syntax
public object Run( 
   string commandName
)
'Declaration
 
Public Overloads Function Run( _
   ByVal commandName As String _
) As Object
'Usage
 
Dim instance As DocumentViewerCommands
Dim commandName As String
Dim value As Object
 
value = instance.Run(commandName)
public:
Object^ Run( 
   String^ commandName
) 

Parameters

commandName
Command name

Return Value

The result of the callback run if the command and its callback exist; otherwise, null.
Remarks

This method is the equivalent of calling Run(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

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