ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / GPSSpeedRef Property




In This Topic
    GPSSpeedRef Property
    In This Topic
    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