ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / GPSDestLongitude Property




In This Topic
GPSDestLongitude Property
In This Topic
Gets or sets GPSDestLongitude property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property GPSDestLongitude As ImGearXMPString
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPString
 
instance.GPSDestLongitude = value
 
value = instance.GPSDestLongitude

Property Value

ImGearXMPGPSCoordinate class value.
Remarks
This XMP property represents EXIF GPS tag 22, 0x16 (position) and 21, 0x15 (East/West). Indicates destination longitude.
See Also