Namespace TallComponents.PDF.Layout

Class Area

An area on a page containing paragraphs.

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 property 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.

Syntax

public class Area : Object

Constructors

Properties