sempdf
sempdf v1.9.1Interfaces

Interface: TemplateStrictLayoutOptions

sempdf v1.9.1


sempdf / TemplateStrictLayoutOptions

Defined in: src/types.ts:2271

Strict layout options for templates that must fail instead of overflowing.

Properties

PropertyTypeDescriptionDefined in
maxPages?numberMaximum number of pages the rendered template may produce.src/types.ts:2278
oversizedContent?"error" | "allow"How to handle content that cannot fit in a fresh flow region. Defaults to "error" when strict layout is enabled.src/types.ts:2276

On this page