The canvas that lies underneath the original content, but on top of the Underlay. 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 VisualUnderlay { get; }
Visual Basic
Public ReadOnly Property VisualUnderlay As Canvas
	Get

Remarks

This underlay uses a coordinate system that does respect page orientation and/or any clipping area. The Layer will placed exact on the resulting visual area shown in a viewer (e.g. Acrobat Reader). Note that if no rotation and/or clipping is available that this has the same result as the normal overlay.

See Also