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.FactoriesAssembly: 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.