Constructor HorizontalLine
Namespace TallComponents.PDF.Layout.Paragraphs
Class HorizontalLine
Create a new horizontal line with given width and color.
Syntax
public HorizontalLine(Unit width, Double lineWidth, Color color)
Parameters
Unit
width
Width of the line in points or parsable length (eg. 3cm or 40%).
Double
lineWidth
Thickness of the line in points.
Color
color
The color of the line.