public method BorderBuilder.SetWidth

Brief

Sets the width for the vertical and horizontal border sides.

Declaration
C#
Gehtsoft.PDFFlow.Builder.BorderBuilder  SetWidth (Gehtsoft.PDFFlow.Models.Shared.XUnit vertical, Gehtsoft.PDFFlow.Models.Shared.XUnit horizontal)

Parameters
vertical

The width in points to apply to the vertical border sides.

horizontal

The width in points to apply to the horizontal border sides.

Declared in BorderBuilder

back