An enumerated type listing all Margin types of Print Setting.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)

Syntax

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

Members

Member nameDescription
NoMarginThe type of Margin is No Margin.
PrinterLimitThe type of Margin is Printer Limit.
UserDefinedThe type of Margin is User Defined .

See Also