The PageInteractorFactory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PageInteractorFactory | Initializes a new instance of the PageInteractorFactory class |
Methods
| Name | Description | |
|---|---|---|
| CreateBackgroundLayer |
Create a background layer for a page.
| |
| CreateForegroundLayer |
Create a foreground layer for a page.
| |
| CreateOverlayLayer |
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.
| |
| CreatePageInteractor |
Creates a WinForms page interactor, i.e. a plain page with
a black border around it.
| |
| CreateUnderlayLayer |
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.
|