public method TableBuilder.SetBorderWidth

Brief

Sets the width for each table border side.

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

Parameters
widthLeft

The left border width in points.

widthTop

The top border width in points.

widthRight

The right border width in points.

widthBottom

The bottom border width in points.

Declared in TableBuilder

back