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

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