Skip to main content

PdfAcroFormRadioGroupField Properties

Represents a radio group field.
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.
Print 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.
See Also