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




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPRational class value.
    Remarks
    This XMP property represents EXIF GPS tag 26 (0x1A) and specifies distance to destination.
    See Also