The altitude in meters where the image was taken. This is the numerator.
[Visual
Basic] imagekitcontrolname.File.Exif.Altitude0
[ = Long ]
[Visual C++] [
long =
]imagekitcontrolname.GetFile().GetExif().GetAltitude0()
imagekitcontrolname.GetFile().GetExif().SetAltitude0(long Val)
imagekitcontrolname.GetFile().GetExif().SetAltitude0(long Val)
Reference
Altitude0 is the numerator for altitude in meters
Altitude1 is the denominator for altitude in meters
Altitude = Altitude0 / Altitude1
Explanation
The Altitude0 property refers to the altitude in meters where the image was taken. This is the numerator. The property value can be set or retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.
This property is 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.