VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDisplayedArea Class / PresentationPixelAspectRatio Property
Syntax Requirements SeeAlso
In This Topic
PresentationPixelAspectRatio Property (DicomDisplayedArea)
In This Topic
Gets the ratio of the vertical size and the horizontal size of the pixels in the image.
Syntax
'Declaration

<TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.PointFConverter)>
<DescriptionAttribute("The ratio of the vertical size and the horizontal size of the pixels in the image.")>
<CategoryAttribute("Dicom")>
Public ReadOnly Property PresentationPixelAspectRatio As System.Drawing.PointF

[TypeConverter(Vintasoft.Imaging.TypeConverters.PointFConverter)]
[Description("The ratio of the vertical size and the horizontal size of the pixels in the image.")]
[Category("Dicom")]
public System.Drawing.PointF PresentationPixelAspectRatio { get; }

Property Value

Default value is PointF(1,1).
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also