 | PdfChoiceFieldSelectedItems Property |
Gets selected items
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic int[] SelectedItems { get; }Public ReadOnly Property SelectedItems As Integer()
Get
public:
property array<int>^ SelectedItems {
array<int>^ get ();
}member SelectedItems : int[] with get
/** @property */
public int[] get_SelectedItems()
function get_SelectedItems();
Property Value
Int32
Exceptions| Exception | Condition |
|---|
| DomException | Generated 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