The canvas that lies on top of the original content and on top of the Overlay. 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 VisualOverlay { get; }
Visual Basic
Public ReadOnly Property VisualOverlay As Canvas
	Get

Remarks

This overlay 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