Method Footer
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Footer(Action<TableCellContainer>)
Defines content of the table footer.
public void Footer(Action<TableCellContainer> handler)
Parameters
handler
Action<TableCellContainer>The definition of the table footer.
Remarks
Read the Header and footer section of the Table container article for examples of using this method.
Exceptions
- ArgumentNullException
handler
isnull
.