Get the foreground canvas of this page as a collection of shapes.

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

Syntax

C#
public ShapeCollection Foreground { get; }
Visual Basic
Public ReadOnly Property Foreground As ShapeCollection
	Get

Remarks

You draw on this canvas by adding shapes to it.

See Also