This property refers to the longitude direction where the image was taken. (i.e. "E" or "W")

[Visual Basic] Public ReadOnly Property Longitude As String
[C#] public string Longitude {get;}

Property Value

Longitude is the longitude direction where the image was taken. (i.e. "E" or "W")

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

IkFile Class | IkFile.Exif Members


The ImageKit.NET3 is created by Newtone Corporation