This property refers to longitude in seconds where the image was taken. This is the denominator.

[Visual Basic] Public ReadOnly Property LongitudeS1 As String
[C#] public string LongitudeS1 {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 LongitudeS1 property refers to longitude in seconds 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.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation