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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)

Syntax

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

Members

Member nameDescription
CenterThe type of Paper Placement is Center.
MarginsThe type of Paper Placement is Margins.

See Also