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

In This Topic
    ResolutionUnitRaw Property
    In This Topic
    Gets or sets the unit of measurement for XResolution and YResolution.

    The value is in raw format as defined in Exif specification.

    Syntax
    'Declaration
     
    Public Property ResolutionUnitRaw As System.Nullable(Of UShort)
    public System.Nullable<ushort> ResolutionUnitRaw {get; set;}
    See Also