public method SectionBuilder.AddHeaderToOddPage

Brief

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

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