ImageGear .NET - Updated May 1, 2018
GPSDestLongitude Property




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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members