ImageGear .NET
GPSAltitudeRef Property




Gets or sets GPSAltitudeRef property of the EXIF XMP schema.
Syntax
public ImGearXMPEnum<ImGearEXIFGPSAltitudeReference> GPSAltitudeRef {get; set;}
public: __property ImGearXMPEnum<ImGearEXIFGPSAltitudeReference>* get_GPSAltitudeRef();
public: __property void set_GPSAltitudeRef( 
   ImGearXMPEnum<ImGearEXIFGPSAltitudeReference>* value
);
'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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback