canStartWork Method

Summary

Gets a value that indicates whether the DocumentViewerPageLinksInteractiveMode mode can start work.

Syntax

JavaScript Syntax
DocumentViewerPageLinksInteractiveMode.prototype.canStartWork = function( 
   e 
) 
TypeScript Syntax
canStartWork( 
   e: InteractiveEventArgs 
): boolean; // protected 

Parameters

e

Event data as InteractiveEventArgs.

Return Value

A boolean indicating whether or not the interactive mode can begin working.

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