public method SectionBuilder.AddHeaderToBothPagesToSection

Brief

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

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