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

In This Topic
    GpsSpeedRef Enumeration
    In This Topic
    Indicates the unit used to express the GPS receiver speed of movement.
    Syntax
    'Declaration
     
    Public Enum GpsSpeedRef 
       Inherits System.Enum
    public enum GpsSpeedRef : System.Enum 
    Members
    MemberDescription
    KilometersPerHourKilometers per hour (default)
    KnotsKnots
    MilesPerHourMiles per hour
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also