sempdf v1.9.1Interfaces
Interface: FlowColumnsOptions
sempdf / FlowColumnsOptions
Defined in: src/types.ts:1167
Newspaper-style column layout options for flow and template pages.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
count | number | Number of columns in the flow frame. Defaults to 1 when omitted. | src/types.ts:1169 |
gap? | number | Gap between columns in PDF points. Defaults to 18 when omitted. | src/types.ts:1171 |