Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / PixelYDimension Property

In This Topic
    PixelYDimension Property
    In This Topic
    Gets or sets the valid height of the meaningful image (specific to compressed data).
    Syntax
    'Declaration
     
    Public Property PixelYDimension As System.Nullable(Of UInteger)
    public System.Nullable<uint> PixelYDimension {get; set;}
    See Also