public method TableColumnBuilder.SetPadding

Brief

Sets the vertical and horizontal paddings for the table column.

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

Parameters
horizontal

The horizontal padding in points.

vertical

The vertical padding in points.

Declared in TableColumnBuilder

back