The standard winforms page interactor factory.

Namespace: TallComponents.Interaction.WinForms.Factories
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public class PageInteractorFactory : InteractorFactory<WinFormsInteractor>
Visual Basic
Public Class PageInteractorFactory _
	Inherits InteractorFactory(Of WinFormsInteractor)

Inheritance Hierarchy

System..::..Object
  TallComponents.Interaction..::..InteractorFactory<(Of <(<'WinFormsInteractor>)>)>
    TallComponents.Interaction.WinForms.Factories..::..PageInteractorFactory
      TallComponents.Interaction.WinForms.Factories..::..StandardPageInteractorFactory

See Also