Class UseMargins
Margin values which can be copied from the main document to headers and footers applied to the document
Inheritance
System.Object
UseMargins
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public sealed class UseMargins : Enum
Fields
All
All margin values will be used
Declaration
public const UseMargins All
Field Value
Type | Description |
---|---|
UseMargins |
Bottom
Bottom margin value will be used
Declaration
public const UseMargins Bottom
Field Value
Type | Description |
---|---|
UseMargins |
Left
Left margin value will be used
Declaration
public const UseMargins Left
Field Value
Type | Description |
---|---|
UseMargins |
LeftAndRight
Left and right margin values will be used
Declaration
public const UseMargins LeftAndRight
Field Value
Type | Description |
---|---|
UseMargins |
None
No margins values will be used
Declaration
public const UseMargins None
Field Value
Type | Description |
---|---|
UseMargins |
Right
Right margin value will be used
Declaration
public const UseMargins Right
Field Value
Type | Description |
---|---|
UseMargins |
Top
Top margin value will be used
Declaration
public const UseMargins Top
Field Value
Type | Description |
---|---|
UseMargins |
TopAndBottom
Top and bottom margin values will be used
Declaration
public const UseMargins TopAndBottom
Field Value
Type | Description |
---|---|
UseMargins |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |