PdfListBoxFieldSelectedItems Property |
(PDF 1.4) Gets the collection of selected items.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic ICollection<PdfChoiceFieldItem> SelectedItems { get; }Public ReadOnly Property SelectedItems As ICollection(Of PdfChoiceFieldItem)
Get
Property Value
ICollectionPdfChoiceFieldItem
The collection of selected items.
See Also