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