DocumentViewerIsSlowCommand Delegate

Summary

Checks if the command will be slow when run using the specified value.

Syntax

JavaScript Syntax
function lt.Documents.UI.DocumentViewerIsSlowCommand(documentViewer, command, value) 
TypeScript Syntax
interface lt.Documents.UI.DocumentViewerIsSlowCommand { 
	(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 is slow to run, otherwisefalse.

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