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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF GPS tag 27 (0x1B) and specifies a character string recording the name of the method used for location finding.
See Also