C#
VB
Java
Objective-C
WinRT C#
Gets the interactive service for this mode.
public Leadtools.Controls.InteractiveService InteractiveService {get;}
Public ReadOnly Property InteractiveService As Leadtools.Controls.InteractiveService
public Leadtools.Controls.InteractiveService InteractiveService {get;}
@property (nonatomic, strong, readonly, nullable) LTInteractiveService *interactiveService
public InteractiveService getInteractiveService()
get_InteractiveService();
The interactive service for this mode.
This value is useful when deriving your own interactive mode classes. Refer to ImageViewerInteractiveMode for an example.
For an example, refer to ImageViewerInteractiveMode.
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