Gets or sets the Hanging Protocol Synchronized Scrolling Sequence (Optional)
[Element(DicomTag.SynchronizedScrollingSequence)]
[DataMemberAttribute()]
public List<SynchronizedScrolling> SynchronizedScrollingSequence { get; set; }
<ElementAttribute(New DicomTag.SynchronizedScrollingSequence()),
DataMemberAttribute()>
Public Property SynchronizedScrollingSequence() As List(Of SynchronizedScrolling)
Get
Set
public:
[ElementAttribute((gcnew DicomTag::SynchronizedScrollingSequence())),
DataMemberAttribute]
property List<SynchronizedScrolling^>^ SynchronizedScrollingSequence
{
List<SynchronizedScrolling^>^ get()
void set(List<SynchronizedScrolling^>^ value)
}
A list of SynchronizedScrolling objects that represent the Hanging Protocol Synchronized Scrolling Sequence.
Each item in this list identifies a group of display sets that will scroll in unison (i.e. synchronized scrolling). For more information, SynchronizedScrolling
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document