Back to Devexpress

PdfChoiceFormField Properties

officefileapi-devexpress-dot-pdf-dot-pdfchoiceformfield-dot-underscore-properties.md

latest6.0 KB
Original Source

PdfChoiceFormField Properties

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

NameDescription
ActionsProvides access to actions that define the field’s behavior in response to various trigger events. Inherited from PdfInteractiveFormField.
AlternateNameGets an alternate name specified for an interactive form field. Inherited from PdfInteractiveFormField.
AppearanceCommandsGets the appearance commands for an interactive form field. Inherited from PdfInteractiveFormField.
CommitOnSelectionChangeGets or sets whether to commit a new value once the selection is made.
DefaultStyleGets the default style string. Inherited from PdfInteractiveFormField.
DefaultValuesGets default values of the choice form field.
EditableSpecifies whether to include an editable text box in the combo box.
ExportGets or sets whether to export the field if it is associated with a Submit A Form action. Inherited from PdfInteractiveFormField.
FlagsGets or sets flags specifying various document-level characteristics related to interactive form fields. Inherited from PdfInteractiveFormField.
FormProvides access to the contents and properties of a document’s interactive form. Inherited from PdfInteractiveFormField.
ItemsGets a list of form field items.
KidsGets the collection of interactive form field children. Inherited from PdfInteractiveFormField.
MappingNameGets the mapping name that is used when exporting interactive form field data from the document. Inherited from PdfInteractiveFormField.
MultiSelectGets or sets whether multiple form field items can be selected simultaneously.
NameGets the partial field name. Inherited from PdfInteractiveFormField.
OptionsGets the list of options in the choice field.
ParentGets the parent of the field in the interactive form field hierarchy. Inherited from PdfInteractiveFormField.
ReadOnlyGets or sets whether the form field is read-only. Inherited from PdfInteractiveFormField.
RequiredGets or sets whether to force users to complete the form field. Inherited from PdfInteractiveFormField.
RichTextDataGets the rich text string that contains formatting (style) information. Inherited from PdfInteractiveFormField.
SelectedIndicesGets a collection of integers, sorted in ascending order, representing the zero-based indices in the option list of the currently selected option items.
SelectedValuesGets items currently selected in the choice field.
SortedGets or sets whether to sort form field items alphabetically.
SpellCheckGets or sets whether to check spelling in the combo box form field.
TextJustificationGets the form of quadding (justification) that is used in displaying the text. Inherited from PdfInteractiveFormField.
TopIndexGets the index of the first option visible in the option list.
TypeRetrieves the form field type.
WidgetGets the widget annotation associated with the interactive form field. Inherited from PdfInteractiveFormField.

See Also

PdfChoiceFormField Class

PdfChoiceFormField Members

DevExpress.Pdf Namespace