Gets or sets the criteria that will be used to synchronize multiple series together.
Object.defineProperty(MedicalViewer.prototype, 'synchronizationCriteria',
get: function(),
set: function(value)
)
synchronizationCriteria: StackSynchronizationCriteria;
A StackSynchronizationCriteria enumeration value that represents the criteria that will be used to synchronize multiple series together.
The default value is StackSynchronizationCriteria.ImagePosition, which means the series will be synchronized based on the slices' location in the 3D space.
Call EnableSynchronization before trying to synchronize multiple series together in order for synchronization to work.
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