'Declaration Public Property PixelSize As SizeF
'Usage Dim instance As DicomViewer Dim value As SizeF instance.PixelSize = value value = instance.PixelSize
public SizeF PixelSize {get; set;}
'Declaration Public Property PixelSize As SizeF
'Usage Dim instance As DicomViewer Dim value As SizeF instance.PixelSize = value value = instance.PixelSize
public SizeF PixelSize {get; set;}
The absolute values of this property is only used when the image has an attached DICOM greyscale presentation state, which specifies �ACTUAL SIZE� for the scaling mode, but their ratio is used in all display modes to allow anisotropic pixels to be corrected.
The default value is (0.3, 0.3) mm.