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