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

In This Topic
    YResolution Property
    In This Topic
    Gets or sets the number of pixels per ResolutionUnit in the ImageLength direction.
    Syntax
    'Declaration
     
    Public Property YResolution As System.Nullable(Of Single)
    public System.Nullable<float> YResolution {get; set;}
    See Also