DocumentViewerRunCommand Delegate

Summary

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

Syntax

JavaScript Syntax
function lt.Documents.UI.DocumentViewerRunCommand(documentViewer, command, value) 
TypeScript Syntax
interface lt.Documents.UI.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly