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

In This Topic
    GpsAltitudeRefRaw Property
    In This Topic
    Gets or sets the altitude used as the reference altitude.

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

    Syntax
    'Declaration
     
    Public Property GpsAltitudeRefRaw As System.Nullable(Of Byte)
    public System.Nullable<byte> GpsAltitudeRefRaw {get; set;}
    See Also