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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 9 (0x09) and specifies status of GPS receiver at image creation time.
See Also