Page Class

Page class

Represents a page object is used for configuration output page. The lacuna value for page size is A4(210x297mm)

public class Page

Constructors

NameDescription
Page()Initializes a new instance of the Page class.
Page(Margin)Initializes a new instance of the Page class.
Page(Size)Initializes a new instance of the Page class.
Page(Size, Margin)Initializes a new instance of the Page class.

Properties

NameDescription
Margin { get; set; }Gets or sets the page margin.
Size { get; set; }Gets or sets the page size.

See Also