Border Constructor (Length, Single, Single)

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

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,
	float[] dashPattern,
	float phase
)

Parameters

thickness
Type: Apitron.PDF.Kit.StylesLength
The thickness of the border line in PDF units, equivalent to FromPoints(Double) call result.
dashPattern
Type: SystemSingle
The line dash pattern, an array that contains marks the widths of the on and off parts.
phase
Type: SystemSingle
The phase.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf thickness is null.
ArgumentNullExceptionIf dashPattern is null.
See Also

Reference