Class PageBox
- Namespace
- SimpleSign.HtmlToPdf.Layout
- Assembly
- SimpleSign.HtmlToPdf.dll
A single laid-out page containing positioned boxes.
public sealed class PageBox
- Inheritance
-
PageBox
- Inherited Members
Properties
Boxes
Gets the layout boxes on this page.
public List<LayoutBox> Boxes { get; }
Property Value
PageNumber
Gets the page number (1-based).
public int PageNumber { get; init; }
Property Value
Settings
Gets the page settings.
public PageSettings Settings { get; init; }