DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / GpsLongitudeRef Enumeration

GpsLongitudeRef Enumeration
Indicates whether the longitude is east or west longitude.
Syntax
'Declaration
 
Public Enum GpsLongitudeRef 
   Inherits 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