Paper format.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2022
Syntax
C# |
---|
public ExportPaperFormat PaperFormat { get; set; } |
Visual Basic |
---|
Public Property PaperFormat As ExportPaperFormat Get Set |
Visual C++ |
---|
public: property ExportPaperFormat PaperFormat { ExportPaperFormat get (); void set (ExportPaperFormat value); } |
Remarks
When the PaperFormat is ExportPaperFormat.Default, which means "Use Sheet Size".
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: The input paper format is invalid |