PrintManagerSelectNewPrintDriver Method |
Select a new printer.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SelectNewPrintDriver(
string strPrinterName
)
Public Sub SelectNewPrintDriver (
strPrinterName As String
)
public:
void SelectNewPrintDriver(
String^ strPrinterName
)
member SelectNewPrintDriver :
strPrinterName : string -> unit
Parameters
- strPrinterName String
- The name string of new printer.
Exceptions
Remarks
This property is the global print setting property for all documents.
See Also