public method TableBuilder.SetMultipageSpread

Brief

Sets the number of columns on each page for a multi-page table.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetMultipageSpread (params System.UInt32[] columnsPerPage)

Parameters
columnsPerPage

The number of columns on each page.

Details

For example,

   myTableBuilder.SetMultipageSpread(new uint[] {3, 3});

See also SetAutomaticMultipageSpreadMode

Declared in TableBuilder

back