static public method LineExtensions.AddLineToSection

Brief

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

Parameters
sectionBuilder

This SectionBuilder.

length

The line length in points.

Declared in LineExtensions

back