Click or drag to resize

PdfListBoxFieldSelectedIndices Property

(PDF 1.4) Gets the collection of indices of the selected items.

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

Property Value

ICollectionInt32
The collection of indices of the selected items.
See Also