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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 0 (0x00) and specifies a decimal encoding of each of the four EXIF bytes with period separators. The current value is '2.0.0.0'.
See Also