This property refers to longitude in degrees where the image was taken. This is the denominator.
[Visual Basic] Public ReadOnly Property
LongitudeD1 As String
[C#] public string LongitudeD1 {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 LongitudeD1 property refers to longitude in degrees where the image was taken. This is the denominator.
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.
See Also
ImageKit.File.Exif Members | Newtone.ImageKit.Win.ImageKit