ImageGear .NET
Speed Property




Gets or sets Speed Tag value.
Syntax
public Nullable<ImGearRationalUInt> Speed {get; set;}
public: __property Nullable<ImGearRationalUInt> get_Speed();
public: __property void set_Speed( 
   Nullable<ImGearRationalUInt> value
);
public:
property Nullable<ImGearRationalUInt> Speed {
   Nullable<ImGearRationalUInt> get();
   void set (    Nullable<ImGearRationalUInt> value);
}
'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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback