Share

PaperPlacementType Enumeration

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


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

Syntax

C#

public enum PaperPlacementType

Members

Member nameValueDescription
Center0 The type of Paper Placement is Center.
LowerLeft1 The type of Paper Placement is LowerLeft.
Margins1 The type of Paper Placement is Margins. It's obsolete, use LowerLeft instead.

See Also

Reference

Was this information helpful?