The FormRadioButton class implements the Adobe PDF AcroForms radio button field.

Syntax

public class FormRadioButton : FormCheckBox
Public Class FormRadioButton : FormCheckBox

Introduced: X19.

Constructors

Constructor Description
FormRadioButton Initializes a new instance of the FormRadioButton class.

Properties

Property Description
AlternateFieldName Gets or sets the alternate field name of the field.
(Inherited from AcroForms.FormCheckBox)
Bounds Gets or sets the rectangle bounds of the form field in the document.
(Inherited from AcroForms.FormCheckBox)
FieldName Gets or sets the name of the field.
(Inherited from AcroForms.FormCheckBox)
FieldType Gets or sets the type of the field.
(Inherited from AcroForms.FormCheckBox)
IsChecked Specifies whether the check box is checked or not.
(Inherited from AcroForms.FormCheckBox)