ImageGear .NET - Updated
GPSDestBearing Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : GPSDestBearing Property
Gets or sets GPSDestBearing property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property GPSDestBearing As ImGearXMPRational
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.GPSDestBearing = value
 
value = instance.GPSDestBearing
public ImGearXMPRational GPSDestBearing {get; set;}
public: __property ImGearXMPRational* get_GPSDestBearing();
public: __property void set_GPSDestBearing( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ GPSDestBearing {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF GPS tag 24 (0x18) and specifies destination bearing, values from 0 to 359.99.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members