Gets or sets the InteractiveService for this viewer control.
public virtual Leadtools.Controls.InteractiveService InteractiveService {get; set;}
Public Overridable Property InteractiveService As Leadtools.Controls.InteractiveService
public virtual Leadtools.Controls.InteractiveService InteractiveService {get; set;}
@property (nonatomic, strong) LTInteractiveService *interactiveService
public InteractiveService getInteractiveService()
public void setInteractiveService(InteractiveService interactiveService)
get_InteractiveService();
set_InteractiveService(value);
Object.defineProperty('InteractiveService');
The InteractiveService for this viewer control.
ImageViewer creates an instance of InteractiveService during initialization and sets it in this property. The various image viewer interactive modes use this service to perform the rich interactive user interface interactions such as zoom, pan, scale, rubber banding and magnifying glass.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET