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

In This Topic
    GpsLongitudeRef Enumeration
    In This Topic
    Indicates whether the longitude is east or west longitude.
    Syntax
    'Declaration
     
    Public Enum GpsLongitudeRef 
       Inherits System.Enum
    public enum GpsLongitudeRef : System.Enum 
    Members
    MemberDescription
    EastLongitudeEast longitude
    NotDefinedNot defined (default).
    UnknownUnrecognized value
    WestLongitudeWest longitude
    Inheritance Hierarchy

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

    See Also