Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfChoiceFormField Members

Represents a choice field (a combo box, list box) on a PDF form.

Properties

Name Description
Actions Provides access to actions that define the field’s behavior in response to various trigger events. Inherited from PdfInteractiveFormField.
AlternateName Gets an alternate name specified for an interactive form field. Inherited from PdfInteractiveFormField.
AppearanceCommands Gets the appearance commands for an interactive form field. Inherited from PdfInteractiveFormField.
DefaultStyle Gets the default style string. Inherited from PdfInteractiveFormField.
DefaultValues Gets default values of the choice form field.
Flags Gets or sets flags specifying various document-level characteristics related to interactive form fields. Inherited from PdfInteractiveFormField.
Form Provides access to the contents and properties of a document’s interactive form. Inherited from PdfInteractiveFormField.
Kids Gets the collection of interactive form field children. Inherited from PdfInteractiveFormField.
MappingName Gets the mapping name that is used when exporting interactive form field data from the document. Inherited from PdfInteractiveFormField.
Name Gets the partial field name. Inherited from PdfInteractiveFormField.
Options Gets the list of options in the choice field.
Parent Gets the parent of the field in the interactive form field hierarchy. Inherited from PdfInteractiveFormField.
RichTextData Gets the rich text string that contains formatting (style) information. Inherited from PdfInteractiveFormField.
SelectedIndices Gets a collection of integers, sorted in ascending order, representing the zero-based indices in the option list of the currently selected option items.
SelectedValues Gets items currently selected in the choice field.
TextJustification Gets the form of quadding (justification) that is used in displaying the text. Inherited from PdfInteractiveFormField.
TopIndex Gets the index of the first option visible in the option list.
Widget Gets the widget annotation associated with the interactive form field. Inherited from PdfInteractiveFormField.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also