A section that can generate a list of crossreferences.

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

Syntax

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

Remarks

Use the CrossreferenceSection to generate a table of contents, a list of tables, or any other list of paragraphs.

Implement a handler for the ComposeEntry event to render an entry for each paragraph.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout..::..Section
      TallComponents.PDF.Layout..::..CrossreferenceSection

See Also