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.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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