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