ImageGear .NET - Updated March 30, 2018
GPSSpeedRef Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : GPSSpeedRef Property
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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members