public method TableBuilder.SetBorder

Brief

Sets the table border by a configuration action.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetBorder (System.Action<Gehtsoft.PDFFlow.Builder.BorderBuilder> borderConfigure)

Parameters
borderConfigure

A configuration action for the border.

Declared in TableBuilder

back