Property SelectedItems
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
SelectedItems
Gets the collection of selected items in the list box.
public PdfCollection<PdfListItem> SelectedItems { get; }
Property Value
- PdfCollection<PdfListItem>
The collection of selected items in the list box.