static public method LineExtensions.AddLineToSection

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddLineToSection (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