Get the collection of Area objects that is associated with each page of this Section.
Namespace: TallComponents.PDF.LayoutAssembly: 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
The objects are placed on top 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).