2020 Class
Changes 0
C

PrintSetup

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