PrintParameters.PaperSize Property
The page size.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public PaperSize PaperSize { get; set; }
Property Value
PaperSize
Exceptions
Exception
Condition
ArgumentNullException
Thrown when the input argument is
null
.
ArgumentException
Thrown when the input argument is invalid for current printer.
Remarks
User can select the candidate via
PaperSizes
and then set the Page source of the Print Setting.
See Also
Reference
PrintParameters Class
Autodesk.Revit.DB Namespace