public method ParagraphBuilder.SetBorder

Brief

Sets the paragraph border stroke style.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  SetBorder (Gehtsoft.PDFFlow.Models.Enumerations.Stroke strokeStyle = Solid)

Parameters
strokeStyle

The border stroke style.

Details

When used without the parameter, the method applies a border with settings defined by the default style (Solid, Black, 0.5f).

Declared in ParagraphBuilder

back