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

In This Topic
    GpsAltitude Property
    In This Topic
    Gets or sets the altitude based on the reference in GPSAltitudeRef.
    Syntax
    'Declaration
     
    Public Property GpsAltitude As System.Nullable(Of Single)
    public System.Nullable<float> GpsAltitude {get; set;}
    See Also