Click or drag to resize

PdfChoiceField Class

Represents a choice field that contains several text items, one or more of which may be selected as the field value.
Inheritance Hierarchy

Namespace: Patagames.Pdf.Net.AcroForms
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public abstract class PdfChoiceField : PdfField

The PdfChoiceField type exposes the following members.

Constructors
 NameDescription
Public methodPdfChoiceField The base constructor for creating a new choice field
Top
Properties
 NameDescription
Public propertyAlignment Gets or sets a code specifying the form of justification to be used in displaying the text.
Public propertyCommitOnSelChange Gets or sets a flag indicating whether the new value is committed as soon as a selection is made with the pointing device.
Public propertyDefaultSelectedItem Get the Combobox's or Listbox's index of item selected by default.
Public propertyItems Gets a collection of field's items to be presented to the user.
Public propertySelectedItems Gets selected items
Public propertySort Gets or sets a flag indicating whether the field’s Items should be sorted alphabetically.
Top
Methods
 NameDescription
Public methodClearSelection Clear field's selection
Public methodIsItemDefaultSelected Determines that the Combobox's or Listbox's item specified by index is selected by Default
Public methodIsItemSelected Determines that the Combobox's or Listbox's item specified by index is selected
Public methodSelectItem Select or deselect Combobox or Listbox item
Top
See Also