Creates a new RadioButtonField.
ObjectManager that controls the lifetime of the RadioButtonField.
Creates a new RadioButtonField.
Gets or sets an alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field). This text is also useful when extracting the document's contents in support of accessibility to users with disabilities or for other purposes.
Gets or sets an alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field). This text is also useful when extracting the document's contents in support of accessibility to users with disabilities or for other purposes.
Gets or sets an index that is used to determine the field's calculation order. Fields with lower indices are calculated before fields with higher indices.
If several fields have the same CalculationIndex, the calculation order is determined by the order of fields in the collection.
recalculateValue can be used to specify JavaScript that is used to calculate the field's value.
Gets or sets an index that is used to determine the field's calculation order. Fields with lower indices are calculated before fields with higher indices.
If several fields have the same CalculationIndex, the calculation order is determined by the order of fields in the collection.
recalculateValue can be used to specify JavaScript that is used to calculate the field's value.
Gets the list of child fields.
Gets or sets the field's default value.
Gets or sets the field's default value.
Gets the PdfDocument owning this field.
Gets or sets a value indicating whether the field must not be exported by a ActionSubmitForm action.
Gets or sets a value indicating whether the field must not be exported by a ActionSubmitForm action.
Gets or sets a JavaScript action to be performed before the field is formatted to display its current value. This action can modify the field's value before formatting.
Gets or sets a JavaScript action to be performed before the field is formatted to display its current value. This action can modify the field's value before formatting.
Gets the reference to the object.
Gets or sets the justification to be used in displaying the field's text. Note that this field is used only if WidgetAnnotation#justification is not specified.
Gets or sets the justification to be used in displaying the field's text. Note that this field is used only if WidgetAnnotation#justification is not specified.
Gets or sets a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. This action can check the keystroke for validity and reject or modify it.
Gets or sets a JavaScript action to be performed when the user types a keystroke into a text field or combo box or modifies the selection in a scrollable list box. This action can check the keystroke for validity and reject or modify it.
Gets or sets the mapping name to be used when exporting interactive form field data from the document.
Gets or sets the mapping name to be used when exporting interactive form field data from the document.
Gets or sets the field's name.
Gets or sets the field's name.
Gets the owner ObjectManager instance.
Gets or sets an array of strings containing one entry for each widget annotation, defining export values for its constituent radio buttons. See the PDF spec for details.
Gets or sets an array of strings containing one entry for each widget annotation, defining export values for its constituent radio buttons. See the PDF spec for details.
Gets the FieldCollection containing this field.
Gets the parent field.
Gets or sets a value indicating whether a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison; that is if one is checked, they are all checked. If clear, the buttons are mutually exclusive (the same behavior as HTML radio buttons).
Gets or sets a value indicating whether a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison; that is if one is checked, they are all checked. If clear, the buttons are mutually exclusive (the same behavior as HTML radio buttons).
Gets or sets a value indicating whether the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions. This flag is useful for fields whose values are computed or imported from a database.
Gets or sets a value indicating whether the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions. This flag is useful for fields whose values are computed or imported from a database.
Gets or sets a JavaScript action to be performed to recalculate the value of this field when that of another field changes.
Gets or sets a JavaScript action to be performed to recalculate the value of this field when that of another field changes.
Gets or sets a value indicating whether the field must have a value at the time it is exported by a ActionSubmitForm action.
Gets or sets a value indicating whether the field must have a value at the time it is exported by a ActionSubmitForm action.
Gets or sets the field's value.
Gets or sets the field's value.
Gets or sets a JavaScript action to be performed when the field's value is changed. This action can check the new value for validity.
Gets or sets a JavaScript action to be performed when the field's value is changed. This action can check the new value for validity.
Gets the list of widget annotations associated with this field.
Creates a new WidgetAnnotation and adds it to the Field#widgets collection.
The page on which the new WidgetAnnotation will be placed.
The bounds of the new WidgetAnnotation on "page".
The check mark style.
The border style.
Returns the created WidgetAnnotation object.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Represents group of radio buttons.