public method SectionBuilder.AddFooterToOddPage

Brief

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

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

Parameters
height

The footer height in points.

areaConfig

A configuration action for the footer.

Declared in SectionBuilder

back