Table of Contents

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

List<BookmarkEntry>

Metadata

Gets or sets the PDF metadata.

public PdfMetadata? Metadata { get; init; }

Property Value

PdfMetadata

Pages

Gets the pages in order.

public List<PageBox> Pages { get; }

Property Value

List<PageBox>

Settings

Gets the page settings used.

public PageSettings Settings { get; init; }

Property Value

PageSettings