←Select platform

DocumentViewerRunCommand Delegate

Summary

Run the command and perform its action using the specified value.

Syntax
C#
C++/CLI
public delegate object DocumentViewerRunCommand( 
   DocumentViewer documentViewer, 
   DocumentViewerCommand command, 
   object value 
) 
public: 
   delegate Object DocumentViewerRunCommand( 
      DocumentViewer^ documentViewer, 
      DocumentViewerCommand^ command, 
      Object^ value 
   ) 

Parameters

documentViewer

The owner document viewer.

command

Command to run.

value

The value to use.

Return Value

The result of this run.

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.