public method BorderBuilder.SetWidth

Brief

Sets the width for each border side.

Declaration
C#
Gehtsoft.PDFFlow.Builder.BorderBuilder  SetWidth (Gehtsoft.PDFFlow.Models.Shared.XUnit left, Gehtsoft.PDFFlow.Models.Shared.XUnit top, Gehtsoft.PDFFlow.Models.Shared.XUnit right, Gehtsoft.PDFFlow.Models.Shared.XUnit bottom)

Parameters
left

The width in points to apply to the left border side.

top

The width in points to apply to the top border side.

right

The width in points to apply to the right border side.

bottom

The width in points to apply to the bottom border side.

Declared in BorderBuilder

back