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




In This Topic
GPSAltitudeRef Property
In This Topic
Gets or sets GPSAltitudeRef property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property GPSAltitudeRef As ImGearXMPEnum(Of ImGearEXIFGPSAltitudeReference)
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearEXIFGPSAltitudeReference)
 
instance.GPSAltitudeRef = value
 
value = instance.GPSAltitudeRef

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFGPSAltitudeReference type parameter.
Remarks
This XMP property represents EXIF GPS tag 5 (0x5) and indicates whether the altitude is above or below sea level.
See Also