←Select platform

SynchronizedScrollingSequence Property

Summary

Gets or sets the Hanging Protocol Synchronized Scrolling Sequence (Optional)

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.SynchronizedScrollingSequence)] 
public List<SynchronizedScrolling> SynchronizedScrollingSequence { get; set; } 
public:  
   [ElementAttribute((gcnew DicomTag::SynchronizedScrollingSequence())),  
   DataMemberAttribute] 
   property List<SynchronizedScrolling^>^ SynchronizedScrollingSequence 
   { 
      List<SynchronizedScrolling^>^ get() 
      void set(List<SynchronizedScrolling^>^ value) 
   } 

Property Value

A list of SynchronizedScrolling objects that represent the Hanging Protocol Synchronized Scrolling Sequence.

Remarks

Each item in this list identifies a group of display sets that will scroll in unison (i.e. synchronized scrolling). For more information, SynchronizedScrolling

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

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