static public method LineExtensions.AddLine

Brief

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

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

Parameters
sectionBuilder

This SectionBuilder.

length

The line length in points.

width

The line width in points.

stroke

The line stroke style.

Declared in LineExtensions

back