NUpOptions
Overview
NUpOptions is a type in Aspose.PDF FOSS for Go.
NUpOptions configures NUp imposition.
Properties: Cols, DrawBorder, Gutter, Margin, Order, PageSize, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Rows | int | Read/Write | Gets the rows. |
Cols | int | Read/Write | Gets the cols. |
PageSize | PageFormat | Read/Write | Gets the page size. |
Margin | float64 | Read/Write | Gets the margin. |
Gutter | float64 | Read/Write | Gets the gutter. |
Order | NUpOrder | Read/Write | Gets the order. |
DrawBorder | bool | Read/Write | Gets the draw border. |