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