ImageGear .NET - Updated July 5, 2018
GPSAreaInformation Property




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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members