Copy

Margin

Page margins in the selected page unit.

ON_THIS_PAGE
  1. Signature

Page margins in the selected page unit.

Four values use html2pdf.js order [top, left, bottom, right], not CSS shorthand order. Two values mean [vertical, horizontal].

Signature

export type Margin = number | readonly [
    vertical: number,
    horizontal: number
] | readonly [
    top: number,
    left: number,
    bottom: number,
    right: number
];
SOURCE:98
ON_THIS_PAGE
  1. Signature
html2realpdf documentationCopyright © Imggion
DOCUMENTATION_TREE