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