Margin Class

Margin class

Represents page margin.

public class Margin

Constructors

NameDescription
Margin()Initializes a new instance of the Margin class.
Margin(int)Initializes a new instance of the Margin class.
Margin(Length)Initializes a new instance of the Margin class.
Margin(int, int, int, int)Initializes a new instance of the Margin class.
Margin(Length, Length, Length, Length)Initializes a new instance of the Margin class.

Properties

NameDescription
[getBottom]
[setBottom] Gets or sets the bottom.
[getLeft]
[setLeft] Gets or sets the left.
[getRight]
[setRight] Gets or sets the right.
[getTop]
[setTop] Gets or sets the top.

See Also