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




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

Property Value

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