public method SectionBuilder.AddRptAreaToOddPage

Brief

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

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

Parameters
left

The distance from the section left margin in points.

top

The distance from the section top margin in points.

width

The repeating area width in points.

height

The repeating area height in points.

areaConfig

A configuration action for the repeating area.

Declared in SectionBuilder

back