ImageGear .NET - Updated
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
public ImGearXMPString GPSSpeedRef {get; set;}
public: __property ImGearXMPString* get_GPSSpeedRef();
public: __property void set_GPSSpeedRef( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ GPSSpeedRef {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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