static public method LineExtensions.AddLine

Brief

Adds a line with specified length, width and stroke style to the repeating area and returns the LineBuilder.

Declaration
C#
Gehtsoft.PDFFlow.Builder.LineBuilder  AddLine (this Gehtsoft.PDFFlow.Builder.RepeatingAreaBuilder areaBuilder, Gehtsoft.PDFFlow.Models.Shared.XUnit length, Gehtsoft.PDFFlow.Models.Shared.XUnit width, Gehtsoft.PDFFlow.Models.Enumerations.Stroke stroke)

Parameters
areaBuilder

This RepeatingAreaBuilder.

length

The line length in points.

width

The line width in points.

stroke

The line stroke style.

Declared in LineExtensions

back