public method TableBuilder.SetRepeatHeaders

Brief

Enables or disables repeating headers.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetRepeatHeaders (bool repeatHeaders)

Parameters
repeatHeaders

Repeating headers are enabled if the value is True and disabled otherwise.

Details

This method is useful for a multi-page table.

Declared in TableBuilder

back