PrintManagerPrintSetup Property

The PrintSetup which manages the print settings of current document.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public PrintSetup PrintSetup { get; }

Property Value

PrintSetup
Remarks
PrintSetup is an interface cluster just like File->Print->Settings->Setup or File->Print Setup in UI.
See Also