←Select platform

MedicalViewerStackSynchronizationObject Class

Summary

Represents the class that is used to synchronize multiple cells together by scrolling all the cells if the user scrolls one of them.

Syntax

C#
VB
C++
public class MedicalViewerStackSynchronizationObject : MedicalViewerSynchronizationObject 
  
Public Class MedicalViewerStackSynchronizationObject  
   Inherits Leadtools.Medicalviewer.MedicalViewerSynchronizationObject 
             
            public ref class MedicalViewerStackSynchronizationObject : public Leadtools.Medicalviewer.MedicalViewerSynchronizationObject  
             

Remarks

To enable this feature, apply the following:

  1. Create a new instance of MedicalViewerStackSynchronizationObject.
  2. Set the MedicalViewerSynchronizationObject.Mode to MedicalViewerSynchronizationType.Automatic.
  3. Add the cells intended to synchronize to the MedicalViewerStackSynchronizationObject through the MedicalViewerSynchronizationObject.Cells collection.
  4. For each cell, make sure to set the image position for each frame using MedicalViewerCell.SetImagePosition method. This is required in order for the Medical Viewer to be able to match the series with the same image position together.
  5. For each cell intended to be synchronized, make sure to set the image orientation using MedicalViewerCell.ImageOrientation.
Example

For an example, refer to MedicalViewerBaseCell.Synchronization.

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.MedicalViewer Assembly