←Select platform

ImageBoxNumber Property

Summary

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

Syntax
C#
C++/CLI
[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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.