public method TableCellBuilder.SetBorderStroke

Brief

Sets the stroke style for each border side of the table cell.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableCellBuilder  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 side stroke style.

strokeTop

The top border side stroke style.

strokeRight

The right border side stroke style.

strokeBottom

The bottom border side stroke style.

Declared in TableCellBuilder

back