public method ParagraphBuilder.SetBorderWidth

Brief

Sets the width for each paragraph border side.

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

Parameters
widthLeft

The left border width in pixels.

widthTop

The top border width in pixels.

widthRight

The right border width in pixels.

widthBottom

The bottom border width in pixels.

Declared in ParagraphBuilder

back