The PageInteractorFactory type exposes the following members.

Methods

  NameDescription
Protected methodCreateBackgroundLayer
Create a background layer for a page.
Protected methodCreateForegroundLayer
Create a foreground layer for a page.
Protected methodCreateOverlayLayer
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.
Protected methodCreatePageInteractor
Creates a WinForms page interactor, i.e. a plain page with a black border around it.
Protected methodCreateUnderlayLayer
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.

See Also