Copy

PageOptions

Explicit page geometry. Supplying this overrides captured `@page` geometry.

ON_THIS_PAGE
  1. Signature
  2. Properties

Explicit page geometry. Supplying this overrides captured @page geometry.

Signature

export interface PageOptions {
    format?: PageFormat;
    orientation?: PageOrientation;
    unit?: LengthUnit;
    margin?: Margin;
}
SOURCE:104

Properties

PropertyTypeRequiredRead onlyDefaultDescription
formatPageFormatNoNoa4Page size. Defaults to a4.
orientationPageOrientationNoNoportraitPage orientation. Defaults to portrait.
unitLengthUnitNoNoptUnit for custom dimensions and margins. Defaults to pt.
marginMarginNoNozero on every edgePage margins. Defaults to zero on every edge.
ON_THIS_PAGE
  1. Signature
  2. Properties
html2realpdf documentationCopyright © Imggion
DOCUMENTATION_TREE