Headings are NumberedItems that appear in the table of contents.

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

Syntax

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

Remarks

The Heading class is a specialization of NumberedItem. All members of NumberedItem are members of Heading as well. A heading marks the start of a block of text at a certain outline level. Headings appear as an hierarchy of bookmarks in the PDF viewer.

Inheritance Hierarchy

See Also