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