public method TableBuilder.SetAutomaticMultipageSpreadMode

Brief

Enables or disables the automatic multipage spread mode.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetAutomaticMultipageSpreadMode (bool mode = True)

Parameters
mode

The automatic multipage spread mode is enabled if the value is True and disabled otherwise.

Details

See also the SetMultipageSpread method for creating a multipage spread with a custom number of columns per page.

Declared in TableBuilder

back