PrintManager
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Apply() | None | Apply the local print settings to global for all documents. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .) | APIObject |
| Equals | None | Determines whether the specified Object is equal to the current Object . (Inherited from Object .) | Object . |
| GetHashCode | None | Serves as a hash function for a particular type. (Inherited from Object .) | Object . |
| GetType | None | Gets the Type of the current instance. (Inherited from Object .) | Object . |
| SelectNewPrintDriver(String) | None | Select a new printer. | |
| SubmitPrint.() | bool | Print the views and sheets defined in the current local PrintManager settings. | |
| SubmitPrint(View) | bool | Print a view with the current PrintManager settings. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object .) | Object . |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Collate | bool | Indicates whether to collate of the current print. | |
| CombinedFile | bool | Indicates whether to combine multiple selected views/sheets into a single file. | |
| CopyNumber | int | The copy number. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. (Inherited from APIObject .) | APIObject |
| IsVirtual | VirtualPrinterType | The virtual type in Autodesk Revit. | |
| PaperSizes | PaperSizeSet | Get all print sizes of current printer. | |
| PaperSources | PaperSourceSet | Get all print sources of current printer. | |
| PrinterName | string | The name of the current printer. | |
| PrintOrderReverse | bool | Indicates whether to reverse the print order of the current print. | |
| PrintRange | PrintRange | The print range. | |
| PrintSetup | PrintSetup | The PrintSetup which manages the print settings of current document. | |
| PrintToFile | bool | Indicates whether to print to file. | |
| PrintToFileName | string | The file name when printing to file. | |
| ViewSheetSetting | ViewSheetSetting | The ViewSheetSetting which manages the view/sheet set information of current document, and you can change the default view/sheet set for current project. |