public method StyleBuilder.SetKeepWithNext

Brief

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

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

Parameters
keepWithNext

The value True defines that the content item should be rendered with the element next to it.

Declared in StyleBuilder

back