ImageGear v26.3 - Updated
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
    public ImGearXMPEnum<ImGearEXIFGPSAltitudeReference> GPSAltitudeRef {get; set;}
    public: __property ImGearXMPEnum<ImGearEXIFGPSAltitudeReference>* get_GPSAltitudeRef();
    public: __property void set_GPSAltitudeRef( 
       ImGearXMPEnum<ImGearEXIFGPSAltitudeReference>* value
    );

    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