Gets or sets the value that indicates the current annotation mode and whether it's a run or an design mode.
public MedicalViewerUserMode UserMode { get; set; }
Public Property UserMode As Leadtools.Medicalviewer.MedicalViewerUserMode
public:
property Leadtools.Medicalviewer.MedicalViewerUserMode UserMode {
Leadtools.Medicalviewer.MedicalViewerUserMode get();
void set ( Leadtools.Medicalviewer.MedicalViewerUserMode );
}
MedicalViewerUserMode that determines the current annotation mode, and whether it's a run or an edit mode.
The edit mode is a mode where the user can click or drag the selected the annotation object(s). The run mode is where the user can click on the objects if they are not locked and then be redirected to the specified address.
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