PDFExportOptions.SetExportInBackground Method

PDFExportOptionsSetExportInBackground Method

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