stop Method

Summary

Stops the AnnotationsInteractiveMode and unbinds from the interactive events.

Syntax

JavaScript Syntax
AnnotationsInteractiveMode.prototype.stop = function( 
   imageViewer 
) 
TypeScript Syntax
stop( 
   imageViewer: ImageViewer 
): void; 

Parameters

imageViewer

The ImageViewer associated with this interactive mode.

Remarks

AnnotationsInteractiveMode overrides ImageViewerInteractiveMode.Stop to unbind from the events bound in Start.

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