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