public method SectionBuilder.SetRepeatingAreaPriority

Brief

Sets the priority of repeating areas with a predefined position for the section.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  SetRepeatingAreaPriority (Gehtsoft.PDFFlow.Models.Enumerations.RepeatingAreaPriority priority = Horizontal)

Parameters
priority.

The value Horizontal defines that headers and footers stretch to their full width, the value Vertical defines that the right and left repeating areas stretch to their full height.

Declared in SectionBuilder

back