interactiveService Property

Summary

The InteractiveService for this viewer control.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewer.prototype, 'interactiveService', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
interactiveService: InteractiveService; 

Property Value

The InteractiveService for this viewer control.

Remarks

ImageViewer creates an instance of InteractiveService during initialization and set it in this property. The various image viewer interactive modes uses this service to perform the rich interactive user interface interactions such as zoom, pan, scale, rubber banding and magnify glass.

For more information, refer to Image Viewer Interactive Modes.

Example

For an example, refer to InteractiveService.UserControls.

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