Appearance
zeropdf / PageLabelOptions
Interface: PageLabelOptions
Defined in: src/types.ts:536
Options for assigning logical page labels and numbering styles.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
prefix? | string | Text prefix prepended to page labels. | src/types.ts:540 |
startAt? | number | Starting number for ordered output. | src/types.ts:542 |
style? | PageLabelStyle | Page-label numbering style. | src/types.ts:538 |