VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDisplayedArea Class / PresentationPixelAspectRatio Property
Syntax Requirements SeeAlso
    PresentationPixelAspectRatio Property (DicomDisplayedArea)
    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
    
    
     

    Property Value

    Default value is PointF(1,1).
    Requirements

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

    See Also