ExifDataGPSProcessingMethod Property |
Gets or sets the GPS character string recording the name of the method used for location finding.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public byte[] GPSProcessingMethod { get; set; }
Public Property GPSProcessingMethod As Byte()
Get
Set
public:
property array<unsigned char>^ GPSProcessingMethod {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member GPSProcessingMethod : byte[] with get, set
Property Value
Type:
Byte
The GPS character string recording the name of the method used for location finding.
See Also