ImageGear for .NET
GPSAltitude Property




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
public ImGearXMPRational GPSAltitude {get; set;}
public: __property ImGearXMPRational* get_GPSAltitude();
public: __property void set_GPSAltitude( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ GPSAltitude {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback