Table of Contents

Method Footer

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Defines content of the table footer.

public void Footer(Action<TableCellContainer> handler)

Parameters

handler Action<TableCellContainer>

The definition of the table footer.

Exceptions

ArgumentNullException

handler is null.