←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly