Gets or sets the name of the printer to use.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property Printer As System.String |
| C# | |
|---|
System.string Printer {get; set;} |
| JavaScript | |
|---|
Printer : System.String |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Printer(
BSTR
NewVal
)
| C++ | |
|---|
property System.String^ Printer { dsString* Val
)
DSRESULTput_Printer(
const dsString& NewVal
} |
Property Value
Name of the printer to use (see
Remarks)