public method SectionBuilder.AddFooterToBothPagesToSection

Brief

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

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