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

In This Topic
    GpsDestBearing Property
    In This Topic
    Gets or sets the bearing to the destination point.
    Syntax
    'Declaration
     
    Public Property GpsDestBearing As System.Nullable(Of Single)
    public System.Nullable<float> GpsDestBearing {get; set;}
    See Also