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.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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