Property BackgroundAreas

Namespace TallComponents.PDF.Layout
Class Section

Get the collection of Area objects that is associated with each page of this Section.

The objects are placed below of all other contents on the page. Areas are drawn bottom-up, in the same order the areas were added to this collection. So, the last area top be added is on top.

Note: Area's are only drawn on page end. So if the section fits on a page they are not drawn at all. The last section always ends the page (and it's area's are always drawn).

Syntax

public  AreaCollection  BackgroundAreas  {  get;  }

Property value

AreaCollection