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




In This Topic
    GPSSpeed Property
    In This Topic
    Gets or sets GPSSpeed property of the EXIF XMP schema.
    Syntax
    'Declaration
     
    Public Property GPSSpeed As ImGearXMPRational
    'Usage
     
    Dim instance As ImGearEXIFXMPMetadata
    Dim value As ImGearXMPRational
     
    instance.GPSSpeed = value
     
    value = instance.GPSSpeed
    public ImGearXMPRational GPSSpeed {get; set;}
    public: __property ImGearXMPRational* get_GPSSpeed();
    public: __property void set_GPSSpeed( 
       ImGearXMPRational* value
    );
    public:
    property ImGearXMPRational^ GPSSpeed {
       ImGearXMPRational^ get();
       void set (    ImGearXMPRational^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPRational class value.
    Remarks
    This XMP property represents EXIF GPS tag 13 (0x0D) and specifies speed of GPS receiver movement.
    See Also