ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / GPSDestBearingRef Property




In This Topic
GPSDestBearingRef Property
In This Topic
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

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