ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / GPSAltitude Property




In This Topic
GPSAltitude Property
In This Topic
Gets or sets GPSAltitude property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property GPSAltitude As ImGearXMPRational
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.GPSAltitude = value
 
value = instance.GPSAltitude

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF GPS tag 6 (0x06) and indicates altitude in meters.
See Also