public method ImageBuilder.SetBorderStroke

Brief

Sets the stroke style for each image border side.

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

back