Page
Page class
Represents a page object is used for configuration output page. The lacuna value for page size is A4(210x297mm)
Constructors
Name |
Description |
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
Name |
Description |
Margin { get; set; } |
Gets or sets the page margin. |
Size { get; set; } |
Gets or sets the page size. |
See Also