Share

PrintParameters.PaperSource Property

The page source.


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

Syntax

C#

public PaperSource PaperSource { get; set; }

Property Value

PaperSource

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the input argument is nullptr.
ArgumentException Thrown when the input argument is invalid for current printer.

Remarks

User can select the candidate via PaperSources and then set the Page source of the Print Setting.

See Also

Reference

Was this information helpful?