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