C#
VB
C++
Gets or sets the pixel spacing of the images in the stack.
public LeadPointD PixelSpacing { get; set; }
Public Property PixelSpacing As LeadPointD
public:
property LeadPointD PixelSpacing {
LeadPointD get();
void set ( LeadPointD );
}
A double array that represents the pixel spacing of the images in the stack.
For an example, refer to DicomSortSeriesStack
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET