Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
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
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
Exception | Condition |
---|---|
ArgumentNullException | If thickness is null. |
ArgumentNullException | If dashPattern is null. |
See Also