Constructs a new thumbnail document interactor for a PDF document.

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

Syntax

C#
public ThumbnailDocumentInteractor(
	ThumbnailsViewer viewer,
	Document document
)
Visual Basic
Public Sub New ( _
	viewer As ThumbnailsViewer, _
	document As Document _
)

Parameters

viewer
Type: TallComponents.Interaction.WinForms.Controls..::..ThumbnailsViewer
The thumbnails viewer that shows this document.
document
Type: TallComponents.PDF..::..Document
The document.

See Also