Skip to content

zeropdf v1.3.0


zeropdf / PageLabelStyle

Type Alias: PageLabelStyle

ts
type PageLabelStyle = 
  | "decimal"
  | "romanUpper"
  | "romanLower"
  | "lettersUpper"
  | "lettersLower";

Defined in: src/types.ts:526

Supported page-label numbering styles.

Released under the ISC license.