Revit 2026 API
Print |
Get all print sources of current printer.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public PaperSourceSet PaperSources { get; }
Public ReadOnly Property PaperSources As PaperSourceSet Get
public: property PaperSourceSet^ PaperSources { PaperSourceSet^ get (); }
member PaperSources : PaperSourceSet with get
Property Value
PaperSourceSet
These are the valid paper source for the current printer.
See Also