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




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

    Property Value

    ImGearXMPGPSCoordinate class value.
    Remarks
    This XMP property represents EXIF GPS tag 20, 0x14 (position) and 19, 0x13 (North/South). Indicates destination latitude.
    See Also