Share

ExportPDFSettings.GetActivePredefinedSettings Method

Gets the active settings element in the document.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public static ExportPDFSettings GetActivePredefinedSettings(
	Document document
)

Parameters

document  Document
The document to find the active settings.

Return Value

ExportPDFSettings
The active settings, or null if none.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?