officefileapi-devexpress-dot-pdf-dot-pdfacroformradiogroupfield-dot-underscore-members.md
Represents a radio group field.
| Name | Description |
|---|---|
| PdfAcroFormRadioGroupField(String, Int32) | Initializes a new instance of the PdfAcroFormRadioGroupField class with the specified radio group field name and page number where the field will be created. |
| Name | Description |
|---|---|
| Appearance | Specifies the appearance settings for the interactive form field. Inherited from PdfAcroFormVisualField. |
| ButtonStyle | Specifies the style that defines the appearance of a radio button within a radio group field. |
| Name | Specifies the interactive form field name. Inherited from PdfAcroFormField. |
| PageNumber | Specifies page number where the interactive form field will be created. Inherited from PdfAcroFormVisualField. |
| Specifies whether the current form field is printed. Inherited from PdfAcroFormVisualField. | |
| RadioButtonCount | Gets the number of radio buttons in the radio group field. |
| ReadOnly | Gets or sets whether the interactive form field allows edit operations. Inherited from PdfAcroFormVisualField. |
| Required | Gets or sets the required status of the interactive form field. Inherited from PdfAcroFormVisualField. |
| Rotation | Specifies the rotation to apply to interactive form field. Inherited from PdfAcroFormVisualField. |
| SelectedIndex | Specifies index of the selected item in a radio group field. |
| ShouldGeneratePressedAppearance | Specifies whether to generate a down appearance that will appear when the mouse button is pressed within a radio button area. |
| ToolTip | Specifies the form field’s tooltip text. Inherited from PdfAcroFormField. |
| Visible | Specifies whether the form field is visible on the page. Inherited from PdfAcroFormVisualField. |
| Name | Description |
|---|---|
| AddButton(String, PdfRectangle, String) | Adds a radio button to the radio group field. |
| AddButton(String, Int32, PdfRectangle, String) | Adds a radio button to the radio group field. Allows you to specify a page where the button should be located. |
| ClearButtons() | Removes all radio buttons from the radio group field. |
| CreateCheckBox(String, Int32, PdfRectangle) static | Creates a check box field using the field name, page number, and a rectangle where the check box field will be located on a page. Inherited from PdfAcroFormField. |
| CreateComboBox(String, Int32, PdfRectangle) static | Creates a combo box field using the field name, page number, and a rectangle where the combo box field will be located on a page. Inherited from PdfAcroFormField. |
| CreateGroup(String) static | Creates a group form field using the field name. Inherited from PdfAcroFormField. |
| CreateListBox(String, Int32, PdfRectangle) static | Creates a list box field using the field name, page number and a rectangle where the list box field will be located on a page. Inherited from PdfAcroFormField. |
| CreateRadioGroup(String, Int32) static | Creates a radio group field using the field name, and page number. Inherited from PdfAcroFormField. |
| CreateSignature(String, Int32, PdfRectangle) static | Creates a signature field using the field name, page number and a rectangle where a signature field will be located on a page. Inherited from PdfAcroFormField. |
| CreateTextBox(String, Int32, PdfRectangle) static | Creates a text box field using the field name, page number, and a rectangle where a text box field will be located on a page. Inherited from PdfAcroFormField. |
| 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