Appearance
zeropdf / FlowColumnsOptions
Interface: FlowColumnsOptions
Defined in: src/types.ts:1037
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:1039 |
gap? | number | Gap between columns in PDF points. Defaults to 18 when omitted. | src/types.ts:1041 |