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

In This Topic
    FocalPlaneResolutionUnitRaw Property
    In This Topic
    Gets or sets the unit for measuring FocalPlaneXResolution and FocalPlaneYResolution.

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

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