public method TableRowBuilder.SetBorderWidth

Brief

Sets the width for each side of the table row border.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableRowBuilder  SetBorderWidth (System.Single widthLeft, System.Single widthTop, System.Single widthRight, System.Single widthBottom)

Parameters
widthLeft

The left border side width in points.

widthTop

The top border side width in points.

widthRight

The right border side width in points.

widthBottom

The bottom border side width in points.

Declared in TableRowBuilder

back