Collection of areas to add to the foreground 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 ForegroundAreas { get; }
Visual Basic
Public ReadOnly Property ForegroundAreas As AreaCollection
	Get

Remarks

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

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

See Also