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

See Also