Gets or sets the Hanging Protocol Synchronized Scrolling Sequence (Optional)
[DataMemberAttribute()]
[Element(DicomTag.SynchronizedScrollingSequence)]
public List<SynchronizedScrolling> SynchronizedScrollingSequence { get; set; }
public:
[DataMemberAttribute,
ElementAttribute((gcnew DicomTag::SynchronizedScrollingSequence()))]
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