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

In This Topic
    GpsLatitudeRef Enumeration
    In This Topic
    Indicates whether the latitude is north or south latitude.
    Syntax
    'Declaration
     
    Public Enum GpsLatitudeRef 
       Inherits System.Enum
    public enum GpsLatitudeRef : System.Enum 
    Members
    MemberDescription
    NorthLatitudeNorth latitude
    NotDefinedNot defined (default).
    SouthLatitudeSouth latitude
    UnknownUnrecognized value
    Inheritance Hierarchy

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

    See Also