2027 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() Boolean Delete the current print setting, and make the In-Session setting as the current one.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) APIObject
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M Rename(String) Boolean Rename the current print setting with the specified name.
M Revert() None Revert the current print setting.
M Save() Boolean Save the changes for the current print setting.
M SaveAs(String) Boolean Save the current print setting to another print setting with the specified name.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
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. (Inherited from APIObject ) APIObject