C#
VB
C++
Gets or sets the spatial resolution.
[Element(DicomTag.SpatialResolution)]
public Nullable<double> SpatialResolution { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
Public Property SpatialResolution As Nullable(Of Double)
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
public:
property Nullable<double> SpatialResolution {
Nullable<double> get();
void set ( Nullable<double> );
}
The spatial resolution.
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