Represents the background canvas of this page.

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

Syntax

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

Remarks

Draw on he canvas by adding shapes.

See Also