public method TableBuilder.SetPartialBorders

Brief

Enables or disables partial rendering of borders.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetPartialBorders (bool partialTableBorders)

Parameters
partialTableBorders

Partial rendering of borders is enabled if the value is True and disabled otherwise.

Details

This method is useful for a multi-page table.

Declared in TableBuilder

back