ImageGear .NET v25.2 - Updated
GPSDestBearingRef Property




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 23 (0x17) and specifies reference for movement direction.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.