canStartWork Method

Summary

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

Syntax
TypeScript
JavaScript
AnnotationsInteractiveMode.prototype.canStartWork = function( 
   e 
) 
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.

Remarks

AnnotationsInteractiveMode overrides ImageViewerInteractiveMode.CanStartWork to add an additional check: the AutomationControl may not be null.

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