A page interactor factory that createa StandardPageInteractor for each page.

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 StandardPageInteractorFactory : PageInteractorFactory
Visual Basic
Public Class StandardPageInteractorFactory _
	Inherits PageInteractorFactory

Inheritance Hierarchy

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

See Also