This property refers to the longitude direction where the image was taken. (i.e. "E" or "W")
[Visual
Basic] imagekitcontrolname.File.Exif.Longitude
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetFile().GetExif().GetLongitude()
imagekitcontrolname.GetFile().GetExif().SetLongitude(LPCTSTR Val)
imagekitcontrolname.GetFile().GetExif().SetLongitude(LPCTSTR Val)
Reference
Longitude is the longitude direction where the image was taken. (i.e. "E" or "W")
Explanation
The property value can be set or retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.
The property value is derived from the image tags related to the Exif GPS tag.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.
[Differences from the ImageKit7 ActiveX]
In the IK7 this was a read only property. It can now be set.
.