←Select platform

ImageBoxesSequence Property

Summary

Gets or sets the Display Set Image Boxes Sequence (Mandatory).

Syntax
C#
C++/CLI
[Element(DicomTag.ImageBoxesSequence)] 
public List<ImageBox> ImageBoxesSequence { 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) 
   } 

Property Value

The Display Set Image Boxes Sequence.

Remarks

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.

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.