ExifDataGPSImgDirectionRef Property |
Gets or sets the GPS reference for giving the direction of the image when it is captured.
Namespace: Aspose.Imaging.ExifAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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