synchronizationCriteria Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(MedicalViewer.prototype, 'synchronizationCriteria', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly