JpegExifDataCopyright Property |
Gets or sets the copyright.
Namespace:
Aspose.CAD.Exif
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax public string Copyright { get; set; }
Public Property Copyright As String
Get
Set
public:
property String^ Copyright {
String^ get ();
void set (String^ value);
}
member Copyright : string with get, set
Property Value
Type:
String
The copyright.
See Also