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




In This Topic
GPSTrackRef Property
In This Topic
Gets or sets GPSTrackRef property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property GPSTrackRef As ImGearXMPString
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPString
 
instance.GPSTrackRef = value
 
value = instance.GPSTrackRef

Property Value

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