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