The StandardPageInteractorFactory type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateBackgroundLayer |
Create a background layer for a page.
(Inherited from PageInteractorFactory.) | |
| CreateForegroundLayer |
Create a foreground layer for a page.
(Inherited from PageInteractorFactory.) | |
| 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.
(Inherited from PageInteractorFactory.) | |
| CreatePageInteractor |
Creates a StandardPageInteractor instance.
(Overrides PageInteractorFactory..::..CreatePageInteractor(Page).) | |
| 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.
(Inherited from PageInteractorFactory.) |