ExifDataGPSDestLongitudeRef Property |
Gets or sets the GPS value which indicates whether the longitude of the destination point is east or west longitude.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public string GPSDestLongitudeRef { get; set; }
Public Property GPSDestLongitudeRef As String
Get
Set
public:
property String^ GPSDestLongitudeRef {
String^ get ();
void set (String^ value);
}
member GPSDestLongitudeRef : string with get, set
Property Value
Type:
String
The GPS value which indicates whether the longitude of the destination point is east or west longitude.
See Also