VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [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: __property System.Drawing.PointF get_PresentationPixelAspectRatio();
    
    
    
    [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:
    property System.Drawing.PointF PresentationPixelAspectRatio { System.Drawing.PointF get(); }

    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