sempdf v1.9.1Interfaces
Interface: TemplateStrictLayoutOptions
sempdf / TemplateStrictLayoutOptions
Defined in: src/types.ts:2271
Strict layout options for templates that must fail instead of overflowing.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
maxPages? | number | Maximum 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 |