This property refers to longitude in degrees where the image was taken. This is the numerator.
[Visual Basic] Public ReadOnly Property
LongitudeD0 As String
[C#] public string LongitudeD0 {get;}
Property Value
LongitudeD0 is the longitude in degrees where the image was taken. This is the numerator.
LongitudeD1 is the latitude in degrees where the image was taken. This is the denominator.
The longitude in degrees = LongitudeD0 / LongitudeD1
Explanation
The LongitudeD0 property refers to longitude in degrees where the image was taken. This is the numerator.
The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.
The property value is derived from the image tags related to the Exif GPS tag.