ImageGear .NET - Updated March 30, 2018
GPSProcessingMethod Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : GPSProcessingMethod Property
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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members