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

Leadtools.Document.Viewer Assembly

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