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




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

    Property Value

    ImGearXMPGPSCoordinate class value.
    Remarks
    This XMP property represents EXIF GPS tag 2, 0x02 (position) and 1, 0x01 (North/South). Indicates latitude.
    See Also