public method SectionBuilder.AddRptAreaToOddPage
Adds a repeating area by coordinates to odd pages of the section, allows configuring the repeating area, and returns the RepeatingAreaBuilder
.
Declaration | ||||
|
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