Click or drag to resize

PdfListBoxFieldSelectedItems Property

(PDF 1.4) Gets the collection of selected items.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public ICollection<PdfChoiceFieldItem> SelectedItems { get; }

Property Value

ICollectionPdfChoiceFieldItem
The collection of selected items.
See Also