Table of Contents

Class LayoutDocument

Namespace
DocWright.Core.Rendering
Assembly
DocWright.Core.dll

Immutable renderer-agnostic layout result: pages and positioned primitives in twips.

public sealed class LayoutDocument : ILaidOutDocument
Inheritance
LayoutDocument
Implements
Inherited Members

Constructors

LayoutDocument(IReadOnlyList<LayoutPage>)

Initializes a layout document.

LayoutDocument(IReadOnlyList<LayoutPage>, string?)

Initializes a layout document with a default language.

Properties

Language

Gets the document's default BCP 47 language tag, or null.

PageCount

Gets the number of laid-out pages.

Pages