The selection of pages that is shown by this interactor. Only pages that exist in the document are shown. If null, all pages are shown.

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

Syntax

C#
public Collection<Page> PageSelection { get; set; }
Visual Basic
Public Property PageSelection As Collection(Of Page)
	Get
	Set

See Also