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
Bottom { get; set; }Gets or sets the bottom.
Left { get; set; }Gets or sets the left.
Right { get; set; }Gets or sets the right.
Top { get; set; }Gets or sets the top.

See Also