public method TableBuilder.SetContentPadding

Brief

Sets the left, top, right and bottom content padding.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetContentPadding (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 TableBuilder

back