Share

MarginType Enumeration

An enumerated type listing all Margin 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 MarginType

Members

Member nameValueDescription
NoMargin0 The type of Margin is No Margin.
PrinterLimit1 The type of Margin is Printer Limit.
UserDefined2 The type of Margin is User Defined.

See Also

Reference

Was this information helpful?