Click or drag to resize

PdfComboBoxField Class

Represents a combo box that consisting of a drop-down list optionally accompanied by an editable text box in which the user can type a value other than the predefined choices.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfField
    Patagames.Pdf.Net.AcroFormsPdfChoiceField
      Patagames.Pdf.Net.AcroFormsPdfComboBoxField

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfComboBoxField : PdfChoiceField

The PdfComboBoxField type exposes the following members.

Constructors
 NameDescription
Public methodPdfComboBoxField Create new combobox field and add it into interactive forms.
Top
Properties
 NameDescription
Public propertyDoNotSpellCheck Gets or sets a flag indicating whether the text entered in the field should be spell-checked or not.
Public propertyEdit Gets or sets a flag indicating whether the combo box includes an editable text box as well as a dropdown list.
Top
See Also