Gets or sets the Display Set Image Boxes Sequence (Mandatory).
[Element(DicomTag.ImageBoxesSequence)]
public List<ImageBox> ImageBoxesSequence { get; set; }
<ElementAttribute(7471872)>
Public Property ImageBoxesSequence() As System.Collections.Generic.List(Of Leadtools.Dicom.Common.DataTypes.ImageBox)
Get
Set
public:
[ElementAttribute(7471872)]
property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::ImageBox^>^ ImageBoxesSequence
{
System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::ImageBox^>^ get()
void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::ImageBox^>^ value)
}
The Display Set Image Boxes Sequence.
Sequence that defines the image boxes for this DisplaySet. Only a single Item shall be included in this Sequence unless Image Box Layout Type (0072,0304) is TILED, in which case one or more Items shall be included in this Sequence.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET