static public method LineExtensions.AddLineToRepeatingArea

Brief

Adds a line with a specified length to the repeating area and returns the RepeatingAreaBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder  AddLineToRepeatingArea (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, Gehtsoft.PDFFlow.Models.Shared.XUnit length)

Parameters
areaBuilder

This RepeatingAreaBuilder.

length

The line length in points.

Declared in LineExtensions

back