An area on a page containing paragraphs.

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

Syntax

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

Remarks

An area occupies a rectangle on a page and has paragraphs that will be rendered inside that rectangle. Whether an area appears on a page depends on page traits such as 'first of section', 'last of section', 'odd', 'even' and 'blank'. By default the area will appear on all pages in the section.

The bottom left corner of a page is the origin. The top and left properties are offsets from the origin. The default value of the top property is 0, so the top propery must be set otherwise the area will drop off the end of the page and become invisible.

If an area has insufficient space to render it's contents, some of the content may not be rendered.

Inheritance Hierarchy

See Also