DocumentViewerRunCommand Delegate

Summary

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

Syntax
TypeScript
JavaScript
function lt.Document.Viewer.DocumentViewerRunCommand( 
   documentViewer, 
   command, 
   value 
) 
interface lt.Document.Viewer.DocumentViewerRunCommand { 
	( 
   documentViewer: DocumentViewer, 
   command: DocumentViewerCommand, 
   value: any 
): any; 
} 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

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