public method TableColumnBuilder.SetPadding

Brief

Sets the left, top, right and bottom paddings for the table column.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableColumnBuilder  SetPadding (System.Single left, System.Single top, System.Single right, System.Single bottom)

Parameters
left

The left padding in points.

top

The top padding in points.

right

The right padding in points.

bottom

The bottom padding in points.

Declared in TableColumnBuilder

back