public method ParagraphBuilder.SetBorderStroke

Brief

Sets the stroke style for each paragraph border side.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  SetBorderStroke (Gehtsoft.PDFFlow.Models.Enumerations.Stroke strokeLeft, Gehtsoft.PDFFlow.Models.Enumerations.Stroke strokeTop, Gehtsoft.PDFFlow.Models.Enumerations.Stroke strokeRight, Gehtsoft.PDFFlow.Models.Enumerations.Stroke strokeBottom)

Parameters
strokeLeft

The left border stroke style.

strokeTop

The top border stroke style.

strokeRight

The right border stroke style.

strokeBottom

The bottom border stroke style.

Declared in ParagraphBuilder

back