public method SectionBuilder.AddHeaderToBothPages

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder  AddHeaderToBothPages (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