public method SectionBuilder.AddRptAreaLeftToEvenPageToSection

Brief

Adds a left repeating area to even pages of the section, allows configuring the repeating area, and returns the SectionBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddRptAreaLeftToEvenPageToSection (System.Single width, System.Action<Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder> areaConfig = null)

Parameters
width

The repeating area width in points.

areaConfig

A configuration action for the repeating area.

Declared in SectionBuilder

back