DocumentViewerCanRunCommand Delegate

Summary

Checks if the command can run using the specified value.

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

Parameters

documentViewer

The owner document viewer.

command

Command to check.

value

The value to use.

Return Value

true if the command can run, otherwisefalse.

Requirements

Target Platforms

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

Leadtools.Document.Viewer Assembly