Table.Header Method

Defines content of the table header.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public void Header(
	Action<TableCellContainer> handler
)
VB
Public Sub Header ( 
	handler As Action(Of TableCellContainer)
)

Parameters

handler
Type: System.Action<TableCellContainer>
The definition of the table header.

Exceptions

ExceptionCondition
ArgumentNullExceptionhandler is null.

See Also