An enumerated type listing all Margin types of Print Setting.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxPublic Enumeration MarginType
public enum class MarginType
MembersMember name | Value | Description |
---|
NoMargin | 0 |
The type of Margin is No Margin.
|
PrinterLimit | 1 |
The type of Margin is Printer Limit.
|
UserDefined | 2 |
The type of Margin is User Defined.
|
See Also