Skip to main content
A newer version of this page is available. .

PdfGraphicsAcroFormRadioGroupField Properties

Represents a radio group field.
Name Description
Appearance Specifies the appearance settings for the interactive form field. Inherited from PdfGraphicsAcroFormField.
ButtonStyle Gets or sets the style that defines the appearance of a radio button within a radio group.
Name Specifies the interactive form field name. Inherited from PdfGraphicsAcroFormField.
Print Specifies whether the current form field is printed. Inherited from PdfGraphicsAcroFormField.
RadioButtonCount Gets the number of radio buttons in the radio group field.
ReadOnly Gets or sets whether the interactive form field allows editing. Inherited from PdfGraphicsAcroFormField.
Required Gets or sets the required status of the interactive form field. Inherited from PdfGraphicsAcroFormField.
Rotation Specifies the rotation to apply to interactive form field. Inherited from PdfGraphicsAcroFormField.
SelectedIndex Specifies index of the selected item in radio group field.
ShouldGeneratePressedAppearance Specifies whether to generate a down appearance that will appear when the mouse button is pressed within the radio button area.
ToolTip Specifies the form field’s tooltip text. Inherited from PdfGraphicsAcroFormField.
Visible Specifies whether the form field is visible on the page. Inherited from PdfGraphicsAcroFormField.
See Also