Table of Contents

Class PdfComboBoxField

Namespace
PdfSharp.Pdf.AcroForms
Assembly
PdfSharp.dll

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

int

Value

Gets or sets the value of the field.

public override PdfItem? Value { get; set; }

Property Value

PdfItem