Border Constructor (Length)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Creates a new solid border with given thickness.

Namespace:  Apitron.PDF.Kit.Styles.Appearance
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Border(
	Length thickness
)

Parameters

thickness
Type: Apitron.PDF.Kit.StylesLength
The thickness of the border line in PDF units, equivalent to FromPoints(Double) call result.
See Also

Reference