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

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

Syntax

C#
public AreaCollection BackgroundAreas { get; }
Visual Basic
Public ReadOnly Property BackgroundAreas As AreaCollection
	Get

Remarks

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

See Also