ChoiceFieldType Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents allowed choice field types.

Namespace:  Apitron.PDF.Kit.Interactive.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum ChoiceFieldType
Members

  Member nameValueDescription
ListBox0 A scrollable list box
ComboBox1 A combo box consisting of a drop-down list. The combo box may be accompanied by an editable text box in which the user can type a value other than the predefined choices.
See Also

Reference