The horizontal line class is a specialization of paragraph.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class HorizontalLine : Paragraph
Visual Basic
<SerializableAttribute> _
Public Class HorizontalLine _
	Inherits Paragraph

Remarks

All members of paragraph are members of horizontal line as well. Like any paragraph, a horizontal line can be added to any paragraph collection, e.g. section, table cell, header and footer.

Inheritance Hierarchy

See Also