Share

PDFExportOptions.PaperFormat Property

Paper format.


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

Syntax

C#

public ExportPaperFormat PaperFormat { get; set; }

Property Value

ExportPaperFormat

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The input paper format is invalid

Remarks

When the PaperFormat is ExportPaperFormat.Default, which means "Use Sheet Size".

See Also

Reference

Was this information helpful?