Revit 2025.3 API
PDFExport |
Execute PDF export as a background process.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetExportInBackground( bool exportInBackground )
Public Sub SetExportInBackground ( exportInBackground As Boolean )
public: void SetExportInBackground( bool exportInBackground )
member SetExportInBackground : exportInBackground : bool -> unit
Parameters
- exportInBackground Boolean
- Execute PDF export as a background process.
See Also