public method TableBuilder.SetKeepWithNext

Brief

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

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

Parameters
keepWithNext

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

Declared in TableBuilder

back