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