public method SectionBuilder.AddHeaderToEvenPage

Brief

Adds a header to even pages of the section, allows configuring the header, and returns the RepeatingAreaBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder  AddHeaderToEvenPage (System.Single height, System.Action<Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder> areaConfig = null)

Parameters
height

The header height in points.

areaConfig

A configuration action for the header.

Declared in SectionBuilder

back