Gets or sets the value that enables, disables or changes the synchronization type used to synchronize the cells in this viewer.
public MedicalViewerSynchronizationType Mode { get; set; }
Public Property Mode As Leadtools.Medicalviewer.MedicalViewerSynchronizationType
public:
property Leadtools.Medicalviewer.MedicalViewerSynchronizationType Mode {
Leadtools.Medicalviewer.MedicalViewerSynchronizationType get();
void set ( Leadtools.Medicalviewer.MedicalViewerSynchronizationType );
}
The synchronization type.
Currently, only the automatic synchronization is available. To disable synchronization, set the value of the property to MedicalViewerSynchronizationType.None.
For an example, refer to MedicalViewerBaseCell.Synchronization.
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