public method TableRowBuilder.SetBorderStroke

Brief

Sets the stroke style for each side the table row border.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableRowBuilder  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 TableRowBuilder

back