static public method RepeatingAreaBuilder.New

Brief

Creates a new instance of RepeatingAreaBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder  New (bool isAutomaticallyPositioned, Gehtsoft.PDFFlow.Models.Enumerations.RepeatingAreaType areaType, Gehtsoft.PDFFlow.Builder.SectionBuilder sectionBuilder = null)

Parameters
isAutomaticallyPositioned

The value true defines that the repeating area is positioned automatically.

areaType

The repeating area type.

sectionBuilder

An instance of SectionBuilder to add the repeating area to.

Declared in RepeatingAreaBuilder

back