public method SectionBuilder.AddRptAreaLeftToOddPage

Brief

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

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