This class captures the current selection. Basically, each selection is a list of interactors.

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

Syntax

C#
public class Selection : InteractorCollection
Visual Basic
Public Class Selection _
	Inherits InteractorCollection

Inheritance Hierarchy

System..::..Object
  TallComponents.Interaction..::..Collection<(Of <(<'Interactor>)>)>
    TallComponents.Interaction..::..InteractorCollection
      TallComponents.Interaction.WinForms..::..Selection

See Also