The layer that lies underneath the original content. You define the appearance of this layer by adding shapes to it.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public Canvas Underlay { get; }
Visual Basic
Public ReadOnly Property Underlay As Canvas
	Get

Remarks

This underlay uses the original coordinate system and doesn't respect page orientation and/or any clipping area

See Also