←Select platform

Run(string) Method

Summary

Runs a command.

Syntax
C#
C++/CLI
public object Run( 
   string 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

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

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