Click or drag to resize

PdfDropdownField Properties

The PdfDropdownField type exposes the following members.

Properties
 NameDescription
Public propertyAllowCustomText

Gets a value indicating whether the field shall include an editable text box as well as a drop-down list.

Default value: .

Public propertyCheckSpelling

(PDF 1.4) Gets a value indicating whether the text entered in the field shall be spell-checked.

Default value: .

Applicable only if AllowCustomText is .

Public propertyFieldType Gets the Dropdown value.
(Overrides PdfFieldFieldType)
Public propertyRequired If set, the field shall have a value at the time it is exported by a submit-form action (see 12.7.5.2, "Submit-Form Action").
Public propertyValue

Gets or sets the PdfDropdownField value as an instance of a String.

Top
See Also