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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 10 (0x0A) and specifies GPS measurement mode.
See Also