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

Area's added here will be rendered on top of BackgroundAreas previously added either in the main flow or in the StartPage event.

See Also