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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property represents EXIF GPS tag 25 (0x19) and specifies units used for speed measurement.
    See Also