Table of Contents

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

List<LayoutBox>

PageNumber

Gets the page number (1-based).

public int PageNumber { get; init; }

Property Value

int

Settings

Gets the page settings.

public PageSettings Settings { get; init; }

Property Value

PageSettings