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

In This Topic
    GpsDOP Property
    In This Topic
    Gets or sets the GPS DOP (data degree of precision).
    Syntax
    'Declaration
     
    Public Property GpsDOP As System.Nullable(Of Single)
    public System.Nullable<float> GpsDOP {get; set;}
    See Also