Column.Header Method

Gets container for the column header.

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

Syntax

C#
public LayoutContainer Header()
VB
Public Function Header As LayoutContainer

Return Value

Type: LayoutContainer
The layout container for the header.

Remarks

The library repeats column headers on each page above body items.

See Also