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() | Boolean | Delete the current print setting, and make the In-Session setting as the current one. | |
| 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 the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| Rename(String) | Boolean | Rename the current print setting with the specified name. | |
| Revert() | None | Revert the current print setting. | |
| Save() | Boolean | Save the changes for the current print setting. | |
| SaveAs(String) | Boolean | Save the current print setting to another print setting with the specified name. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| 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. (Inherited from APIObject ) | APIObject |