ImageGear .NET - Updated October 26, 2017
GPSDestLatitude Property




ImageGear23.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : GPSDestLatitude Property
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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members