←Select platform

ImageBoxNumber Property

Summary

An integer that identifies the order of image boxes for scrolling.

Syntax
C#
VB
C++
[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) 
   } 

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly