This property refers to longitude in seconds where the image was taken. This is the numerator.
[Visual Basic] Public ReadOnly Property
LongitudeS0 As String
[C#] public string LongitudeS0 {get;}
Property Value
LongitudeS0 is the longitude in seconds where the image was taken. This is the numerator.
LongitudeS1 is the latitude in seconds where the image was taken. This is the denominator.
The longitude in minutes = LongitudeS0 / LongitudeS1
Explanation
The LongitudeS0 property refers to longitude in seconds 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.