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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 28 (0x1C) and specifies a character string recording the name of the GPS area.
See Also