ImageGear .NET - Updated March 30, 2018
Speed Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.EXIF Namespace > ImGearEXIFGPSMetadata Class : Speed Property
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

Reference

ImGearEXIFGPSMetadata Class
ImGearEXIFGPSMetadata Members
ImGearRationalUInt Structure