imageViewer Property

Summary

Image Viewer for this mode.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'imageViewer', 
	get: function() 
) 
TypeScript Syntax
imageViewer: ImageViewer; // read-only 

Property Value

The image viewer for this mode.

Remarks

This value is useful when deriving your own interactive mode classes. Refer to ImageViewerInteractiveMode for an example.

Example

For an example, refer to ImageViewerInteractiveMode.

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.Controls Assembly