Get the collection of areas to add to the background of this page.

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

Syntax

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

Remarks

These area's will be rendered below the main content of the page (if any).

See Also