ImageGear v26.3 - Updated November 9, 2022
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

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