An integer that identifies the order of image boxes for scrolling.
[Element(DicomTag.ImageBoxNumber)]
public Nullable<int> ImageBoxNumber {get; set;}
<ElementAttribute(New DicomTag.ImageBoxNumber())>
Public Property ImageBoxNumber() As Nullable(Of Integer)
Get
Set
public:
[ElementAttribute((gcnew DicomTag::ImageBoxNumber()))]
property Nullable<Int32>^ ImageBoxNumber
{
Nullable<Int32>^ get()
void set(Nullable<Int32>^ value)
}
An integer that identifies the order of image boxes for scrolling.
This is a monotonically increasing integer that identifies the order of image boxes for scrolling, starting from 1, incrementing by 1, unique within a Display Set Sequence Item.
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