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

In This Topic
    GpsDifferential Property
    In This Topic
    Gets or sets a value indicating if the differential correction is applied to the GPS receiver.
    Syntax
    'Declaration
     
    Public Property GpsDifferential As System.Nullable(Of UShort)
    public System.Nullable<ushort> GpsDifferential {get; set;}
    See Also