PdfListBoxFieldSelectedIndices Property |
(PDF 1.4) Gets the collection of indices of the selected items.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic ICollection<int> SelectedIndices { get; }Public ReadOnly Property SelectedIndices As ICollection(Of Integer)
Get
Property Value
ICollectionInt32
The collection of indices of the selected items.
See Also