←Select platform

ImagePosition Property

Summary

Gets or sets the image position of the image that is represented by this class.

Syntax

C#
VB
C++
public double[] ImagePosition { get; set; } 
  
Public Property ImagePosition As double[] 
             
            public: 
property double[] ImagePosition { 
   double[] get(); 
   void set (    double[] ); 
} 
             

Property Value

A double[] value that represents the image position of the image that is represented by this class.

Remarks

This value can be retrieved from the DicomDataSet.

Example

For an example, refer to DicomSortSeriesStack

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