PaperPlacementType Enumeration


Paper Placement Type Enumeration

An enumerated type listing all Paper Placement types of Print Setting.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum PaperPlacementType
Members
Member name Value Description
Center 0 The type of Paper Placement is Center.
LowerLeft 1 The type of Paper Placement is LowerLeft.
Margins 1 The type of Paper Placement is Margins. It's obsolete, use LowerLeft instead.
See Also