ImageBoxNumber Property (original) (raw)
Summary
An integer that identifies the order of image boxes for scrolling.
Syntax
[Element(DicomTag.ImageBoxNumber)]
public Nullable<int> ImageBoxNumber {get; set;}
public:
[ElementAttribute((gcnew DicomTag::ImageBoxNumber()))]
property Nullable<Int32>^ ImageBoxNumber
{
Nullable<Int32>^ get()
void set(Nullable<Int32>^ value)
}
Property Value
An integer that identifies the order of image boxes for scrolling.
Remarks
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.
Leadtools.Dicom.Common Assembly