static public method LineExtensions.AddLine

Brief

Adds a line with a specified length 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)

Parameters
sectionBuilder

This SectionBuilder.

length

The line length in points.

Declared in LineExtensions

back