Appearance
zeropdf / TemplatePageNumberOptions
Interface: TemplatePageNumberOptions
Defined in: src/types.ts:1399
Options for automatic page-number rendering in templates.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
align? | TemplatePageNumberAlign | Horizontal alignment for laid-out content. | src/types.ts:1403 |
format? | (context) => string | Callback that formats the rendered page-number text. | src/types.ts:1405 |
options? | FlowTextOptions | Options that control this item. | src/types.ts:1407 |
region? | TemplateRunningRegion | Running region where the content is rendered. | src/types.ts:1401 |