PdfListBox.SelectedItems Property

Gets the collection of selected items in the list box.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfCollection<PdfListItem> SelectedItems { get; }
VB
Public ReadOnly Property SelectedItems As PdfCollection(Of PdfListItem)
	Get

Property Value

Type: PdfCollection<PdfListItem>
The collection of selected items in the list box.

See Also