Click or drag to resize

PdfChoiceFieldSelectedItems Property

Gets selected items

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public int[] SelectedItems { get; }

Property Value

Int32
Exceptions
ExceptionCondition
DomExceptionGenerated for newly created fields that have not yet been added to the DOM.
Remarks
For choice fields that allow multiple selection (MultiSelect flag set), an array of integers, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected items. This entry is required when two or more elements in the Items collection have different names but the same export value.
See Also