Class PdfListBoxField
Represents the list box field.
public sealed class PdfListBoxField : PdfChoiceField, ICloneable, IEnumerable<KeyValuePair<string, PdfItem?>>, IEnumerable
- Inheritance
-
PdfListBoxField
- Implements
- Inherited Members
Properties
SelectedIndex
Gets or sets the index of the selected item.
public int SelectedIndex { get; set; }