Create an overlay layer for a page. This layer will be drawn over the
contents and the annotations of the page. By default, a
PageCanvasInteractor will be created that draws the overlay 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 CreateOverlayLayer( Page page ) |
| Visual Basic |
|---|
Protected Overridable Function CreateOverlayLayer ( _ page As Page _ ) As WinFormsInteractorLayer |
Parameters
- page
- Type: TallComponents.PDF..::..Page
The PDF page.