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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)

Syntax

C#
public enum PaperPlacementType
Visual Basic
Public Enumeration PaperPlacementType
Visual C++
public enum class PaperPlacementType

Members

Member nameDescription
Center The type of Paper Placement is Center.
LowerLeft The type of Paper Placement is LowerLeft.
Margins The type of Paper Placement is Margins. It's obsolete, use LowerLeft instead.

See Also