public method ImageBuilder.SetKeepWithNext

Brief

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

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

Parameters
keepWithNext

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

Declared in ImageBuilder

back