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

In This Topic
    GpsTrack Property
    In This Topic
    Gets or sets the direction of GPS receiver movement.
    Syntax
    'Declaration
     
    Public Property GpsTrack As System.Nullable(Of Single)
    public System.Nullable<float> GpsTrack {get; set;}
    See Also