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




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

    Property Value

    ImGearXMPGPSCoordinate class value.
    Remarks
    This XMP property represents EXIF GPS tag 4, 0x04 (position) and 3, 0x03 (East/West). Indicates longitude.
    See Also