canStartWork Method

Summary

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

Syntax

JavaScript Syntax
AnnotationsInteractiveMode.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.

Remarks

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

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