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




In This Topic
GPSDifferential Property
In This Topic
Gets or sets GPSDifferential property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property GPSDifferential As ImGearXMPEnum(Of ImGearEXIFGPSDifferential)
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearEXIFGPSDifferential)
 
instance.GPSDifferential = value
 
value = instance.GPSDifferential

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFGPSDifferential type parameter.
Remarks
This XMP property represents EXIF GPS tag 30 (0x1E) and indicates whether differential correction is applied to the GPS receiver.
See Also