ExifDataGPSImgDirectionRef Property |
Gets or sets the GPS reference for giving the direction of the image when it is captured.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic string GPSImgDirectionRef { get; set; }
Public Property GPSImgDirectionRef As String
Get
Set
public:
property String^ GPSImgDirectionRef {
String^ get ();
void set (String^ value);
}
member GPSImgDirectionRef : string with get, set
Property Value
Type:
String
The GPS reference for giving the direction of the image when it is captured.
See Also