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




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

    Property Value

    ImGearXMPGPSCoordinate class value.
    Remarks
    This XMP property represents EXIF GPS tag 22, 0x16 (position) and 21, 0x15 (East/West). Indicates destination longitude.
    See Also