public method BorderBuilder.SetStroke

Brief

Sets the stroke style for vertical and horizontal border sides.

Declaration
C#
Gehtsoft.PDFFlow.Builder.BorderBuilder  SetStroke (Gehtsoft.PDFFlow.Models.Enumerations.Stroke vertical, Gehtsoft.PDFFlow.Models.Enumerations.Stroke horizontal)

Parameters
vertical

The stroke style to apply to the vertical border sides.

horizontal

The stroke style to apply to the horizontal border sides.

Declared in BorderBuilder

back