PDFExportOptionsPaperFormat Property

Paper format.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
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