Stacks Property

Summary
Gets a list of stacks of sorted images.
Syntax
C#
C++/CLI
public List<DicomSortSeriesStack> Stacks { get; set; } 
            public: 
property List<DicomSortSeriesStack^>^ Stacks { 
   List<DicomSortSeriesStack^>^ get(); 
} 

Property Value

A list of DicomSortSeriesStack which represents stacks of sorted images.

Remarks

This property is null by default. Call the Sort(List<DicomSortImageData>) method to fill it out. Each image in the stack is sorted based on its actual real world position, (so it is displayed correctly, and makes it easier for the 3D toolkit to create an accurate 3D object).

Requirements

Target Platforms

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