Renders content onto one or more pages using Paragraphs, Headers, Footers and Areas.

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

Syntax

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

Remarks

A document has one or more sections that span one or more pages. Within a section a list of paragraphs is rendered in the space available between the margins. A section defines Headers and Footers that are repeated on each page. It is also possible to add absolutely positioned Areas on top of or below the main content.

A section can define one or more columns.

Implent a handler for StartCompose to insert a header and a handler for EndCompose.

Inheritance Hierarchy

See Also