Skip to content

@sheetkit/node / JsPageMargins

Interface: JsPageMargins

Defined in: binding.d.ts:805

Page margins configuration in inches.

Properties

bottom

bottom: number

Defined in: binding.d.ts:813

Bottom margin in inches (default 0.75).


footer: number

Defined in: binding.d.ts:817

Footer margin in inches (default 0.3).


header: number

Defined in: binding.d.ts:815

Header margin in inches (default 0.3).


left

left: number

Defined in: binding.d.ts:807

Left margin in inches (default 0.7).


right: number

Defined in: binding.d.ts:809

Right margin in inches (default 0.7).


top

top: number

Defined in: binding.d.ts:811

Top margin in inches (default 0.75).

Released under the MIT / Apache-2.0 License.