Border Constructor (Double)

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(
	double thickness
)

Parameters

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

Reference