public method TableCellBuilder.SetPadding

Brief

Sets horizontal and vertical paddings for the table cell.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  SetPadding (System.Single horizontal, System.Single vertical)

Parameters
horizontal

The horizontal padding in points.

vertical

The vertical padding in points.

Declared in TableCellBuilder

back