Skip to content

@sheetkit/node / JsPageMargins

Interface: JsPageMargins

Defined in: binding.d.ts:796

Page margins configuration in inches.

Properties

bottom

bottom: number

Defined in: binding.d.ts:804

Bottom margin in inches (default 0.75).


footer: number

Defined in: binding.d.ts:808

Footer margin in inches (default 0.3).


header: number

Defined in: binding.d.ts:806

Header margin in inches (default 0.3).


left

left: number

Defined in: binding.d.ts:798

Left margin in inches (default 0.7).


right: number

Defined in: binding.d.ts:800

Right margin in inches (default 0.7).


top

top: number

Defined in: binding.d.ts:802

Top margin in inches (default 0.75).

Released under the MIT / Apache-2.0 License.