ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.EXIF Namespace / ImGearEXIFGPSMetadata Class / Speed Property




In This Topic
Speed Property
In This Topic
Gets or sets Speed Tag value.
Syntax
'Declaration
 
Public Property Speed As Nullable(Of ImGearRationalUInt)
 
'Usage
 
Dim instance As ImGearEXIFGPSMetadata
Dim value As Nullable(Of ImGearRationalUInt)
 
instance.Speed = value
 
value = instance.Speed

Property Value

Nullable (boxed) ImageGear.Core.ImGearRationalUInt structure value.
Remarks
This property accesses the GPSSpeed tag. The tag indicates the speed of GPS receiver movement.
See Also