public method BorderBuilder.SetRepeatVerticalBordersOnSplit

Brief

Defines whether the vertical borders are repeated on split.

Declaration
C#
Gehtsoft.PDFFlow.Builder.BorderBuilder  SetRepeatVerticalBordersOnSplit (bool value)

Parameters
value

The vertical borders are repeated on split if the value is True and not repeated otherwise. By default, the value is True.

Declared in BorderBuilder

back