This property refers to longitude in degrees where the image was taken. This is the numerator.
[Visual
Basic] imagekitcontrolname.File.Exif.LongitudeD0
[ = Long ]
[Visual C++] [
long =
]imagekitcontrolname.GetFile().GetExif().GetLongitudeD0()
imagekitcontrolname.GetFile().GetExif().SetLongitudeD0(long Val)
imagekitcontrolname.GetFile().GetExif().SetLongitudeD0(long Val)
Reference
LongitudeD0 is the longitude in degrees where the image was taken. This is the numerator.
LongitudeD1 is the latitude in degrees where the image was taken. This is the denominator.
The longitude in degrees = LongitudeD0 / LongitudeD1
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 run-time.
[Differences from the ImageKit7 ActiveX]
In the IK7 this was a read only property. It can now be set.