Gets the active settings element in the document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference