Skip to content

@sheetkit/node / JsPageMargins

Interface: JsPageMargins

Defined in: binding.d.ts:720

Page margins configuration in inches.

Properties

bottom

bottom: number

Defined in: binding.d.ts:728

Bottom margin in inches (default 0.75).


footer: number

Defined in: binding.d.ts:732

Footer margin in inches (default 0.3).


header: number

Defined in: binding.d.ts:730

Header margin in inches (default 0.3).


left

left: number

Defined in: binding.d.ts:722

Left margin in inches (default 0.7).


right: number

Defined in: binding.d.ts:724

Right margin in inches (default 0.7).


top

top: number

Defined in: binding.d.ts:726

Top margin in inches (default 0.75).

Released under the MIT / Apache-2.0 License.