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