Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / GpsDifferential Enumeration

In This Topic
    GpsDifferential Enumeration
    In This Topic
    Indicates whether differential correction is applied to the GPS receiver.
    Syntax
    'Declaration
     
    Public Enum GpsDifferential 
       Inherits System.Enum
    public enum GpsDifferential : System.Enum 
    Members
    MemberDescription
    CorrectionAppliedDifferential correction applied
    NoCorrectionMeasurement without differential correction
    NotDefinedNot defined (default).
    UnknownUnrecognized value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Imaging.Exif.GpsDifferential

    See Also