public method RepeatingAreaBuilder.SetPosition

Brief

Sets the position of the repeating area.

Declaration
C#
Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder  SetPosition (Gehtsoft.PDFFlow.Models.Shared.XUnit left, Gehtsoft.PDFFlow.Models.Shared.XUnit top, Gehtsoft.PDFFlow.Models.Shared.XUnit width, Gehtsoft.PDFFlow.Models.Shared.XUnit height)

Parameters
left

The distance from the left margin of the section in points.

top

The distance from the top margin of the section in points.

width

The repeating area width in points.

height

The repeating area height in points.

Declared in RepeatingAreaBuilder

back