Gets or sets a value that determines whether series with the same FrameOfreferenceUID should be synchronized together.
Object.defineProperty(MedicalViewer.prototype, 'enableSynchronization',
get: function(),
set: function(value)
)
enableSynchronization: boolean;
true to enable the series with the same FrameOfreferenceUID to be synchronized together, false otherwise.
Series Synchronization means if 2 or more series have the same FrameOfreferenceUID, then if one scrolls to a certain frame, the other will scroll as well to a frame that have the same or similar Image position and orientation.
The frames position and orientation must be set in order for series synchronization to work properly, those values can be set through the properties ImagePosition, ImageOrientation.
To set the FrameOfReferenceUID, refer to FrameOfReferenceUID.
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