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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 8 (0x08) and specifies satellite information, format is unspecified.
See Also