Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerCommands Class > Run Method : Run(String) Method |
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 )
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.