Create an underlay layer for a page. This layer will be drawn over the background layout, and underneath the page content. By default, a PageCanvasInteractor will be created that draws the underlay canvas of the page.

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

Syntax

C#
protected virtual WinFormsInteractorLayer CreateUnderlayLayer(
	Page page
)
Visual Basic
Protected Overridable Function CreateUnderlayLayer ( _
	page As Page _
) As WinFormsInteractorLayer

Parameters

page
Type: TallComponents.PDF..::..Page
The PDF page.

Return Value

A page layer interactor.

See Also