Class LayoutResult
- Namespace
- SimpleSign.HtmlToPdf.Layout
- Assembly
- SimpleSign.HtmlToPdf.dll
Complete layout result: pages ready for PDF rendering.
public sealed class LayoutResult
- Inheritance
-
LayoutResult
- Inherited Members
Properties
Bookmarks
Gets the bookmarks collected from headings.
public List<BookmarkEntry> Bookmarks { get; }
Property Value
Metadata
Gets or sets the PDF metadata.
public PdfMetadata? Metadata { get; init; }
Property Value
Pages
Gets the pages in order.
public List<PageBox> Pages { get; }
Property Value
Settings
Gets the page settings used.
public PageSettings Settings { get; init; }