PrintSetup
Description:
Represents the Print Setup (Application Menu->Print->Print Setup) within Autodesk Revit.
Represents the Print Setup (Application Menu->Print->Print Setup) within Autodesk Revit.
Remarks:
The Print Setup object can only get from PrintManager object.
The Print Setup object can only get from PrintManager object.
public class PrintSetup : APIObject
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Delete() | bool | Delete the current print setting, and make the In-Session setting as the current one. | |
| Rename(String) | bool | Rename the current print setting with the specified name. | |
| Revert() | None | Revert the current print setting. | |
| SaveAs(String) | bool | Save the current print setting to another print setting with the specified name. | |
| Save() | bool | Save the changes for the current print setting. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| CurrentPrintSetting | IPrintSetting | The current Print Setting of Print Setup. | |
| InSession | InSessionPrintSetting | The in-session Print Setting of Print Setup. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |