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

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