public method LineBuilder.SetKeepWithNext

Brief

Defines whether the line should be rendered with the element next to it.

Declaration
C#
Gehtsoft.PDFFlow.Builder.LineBuilder  SetKeepWithNext (bool keepWithNext = True)

Parameters
keepWithNext

The value True indicates that the line should be rendered with the element next to it.

Declared in LineBuilder

back