Create a StandardDocumentInteractor for a PDF document.
Namespace: TallComponents.Interaction.WinForms.FactoriesAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
protected override WinFormsInteractor CreateDocumentInteractor( Document doc ) |
| Visual Basic |
|---|
Protected Overrides Function CreateDocumentInteractor ( _ doc As Document _ ) As WinFormsInteractor |
Parameters
- doc
- Type: TallComponents.PDF..::..Document
The PDF document.