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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 25 (0x19) and specifies units used for speed measurement.
See Also