Skip to main content

PdfButtonFormField Properties

A button field (a push button, radio group, check box) on a PDF interactive form that the user can manipulate with the mouse.
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.
DefaultState Gets the default state of the button form field.
DefaultStyle Gets the default style string. Inherited from PdfInteractiveFormField.
Export Gets or sets whether to export the field if it is associated with a Submit A Form action. Inherited from PdfInteractiveFormField.
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.
Items Retrieves button field items.
Kids Gets the collection of interactive form field children. Inherited from PdfInteractiveFormField.
KidsState Gets the kids state of the button form field.
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.
Parent Gets the parent of the field in the interactive form field hierarchy. Inherited from PdfInteractiveFormField.
RadiosInUnison Gets or sets whether to turn radio buttons on and off in unison.
ReadOnly Gets or sets whether the form field is read-only. Inherited from PdfInteractiveFormField.
Required Gets or sets whether to force users to complete the form field. Inherited from PdfInteractiveFormField.
RichTextData Gets the rich text string that contains formatting (style) information. Inherited from PdfInteractiveFormField.
State Gets the state of the button form field.
TextJustification Gets the form of quadding (justification) that is used in displaying the text. Inherited from PdfInteractiveFormField.
ToggleToOff Gets or sets whether only one radio button can be selected.
Type Gets the form field type.
Widget Gets the widget annotation associated with the interactive form field. Inherited from PdfInteractiveFormField.
See Also