Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

InteractiveService Property (ImageViewerPanControl)

Show in webframe
Interactive service used by this ImageViewerPanControl.
Syntax
get_interactiveService();
Object.defineProperty('interactiveService');

Property Value

TypeDescription
InteractiveServiceThe interactive service used by this ImageViewerPanControl.
Remarks

The interactive service is created when this ImageViewerPanControl is attached to an ImageViewer and an external control in Control.

This service is used when the value of EnablePan is set to true. Clicking and dragging on the control surface will move the pan rectangle in the external control and pan the view in the image viewer accordingly.

You can subscribe to the events or change the properties of this service if required.

See Also

Reference

ImageViewerPanControl Object
ImageViewerPanControl Members

Error processing SSI file