public method TableBuilder.SetBorderStroke

Brief

Sets the stroke style for each table border side.

Declaration
C#
Gehtsoft.PDFFlow.Builder.TableBuilder  SetBorderStroke (Gehtsoft.PDFFlow.Models.Enumerations.Stroke left, Gehtsoft.PDFFlow.Models.Enumerations.Stroke top, Gehtsoft.PDFFlow.Models.Enumerations.Stroke right, Gehtsoft.PDFFlow.Models.Enumerations.Stroke bottom)

Parameters
left

The left border stroke style.

top

The top border stroke style.

right

The right border stroke style.

bottom

The bottom border stroke style.

Declared in TableBuilder

back