NUpOptions

Overview

NUpOptions is a interface in Aspose.PDF FOSS for TypeScript.

Properties: drawBorder, gutter, margin, order, pageSize.

Properties

NameTypeAccessDescription
pageSize: [number, number]ReadOutput sheet size [w, h]; default = source page size * grid (plus margins/gutters).
margin: numberReadOuter margin in points around the whole grid.
gutter: numberReadSpacing in points between cells.
order: 'row' | 'column'ReadCell fill order across a sheet.
drawBorder: boolean | Partial<NUpBorder>ReadFrame each imposed cell — the usual way a proof sheet is made readable.