synchronizationCriteria Property

Summary

Gets or sets the criteria that will be used to synchronize multiple series together.

Syntax
TypeScript
JavaScript
Object.defineProperty(MedicalViewer.prototype, 'synchronizationCriteria', 
	get: function(), 
	set: function(value) 
) 
synchronizationCriteria: StackSynchronizationCriteria; 

Property Value

A StackSynchronizationCriteria enumeration value that represents the criteria that will be used to synchronize multiple series together.

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.