Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsAcroFormRadioGroupField Properties

A radio group field in PDF Graphics API.
Name Description
Appearance Obtains appearance settings of a form field. Inherited from PdfGraphicsAcroFormField.
ButtonStyle Gets or sets the radio button style.
Name Specifies form field’s name. Inherited from PdfGraphicsAcroFormField.
Print Specifies whether a form field is printable. Inherited from PdfGraphicsAcroFormField.
RadioButtonCount Gets the number of radio buttons in the radio group field.
ReadOnly Gets or sets whether the interactive form field is read-only. Inherited from PdfGraphicsAcroFormField.
Required Gets or sets whether to force users to complete a form field. Inherited from PdfGraphicsAcroFormField.
Rotation Specifies a form field’s rotation angle. Inherited from PdfGraphicsAcroFormField.
SelectedIndex Specifies index of the selected item in radio group field.
ShouldGeneratePressedAppearance Specifies whether to generate a down appearance that appears when the mouse button is pressed within the radio button area.
ToolTip Specifies a form field’s tooltip text. Inherited from PdfGraphicsAcroFormField.
Visible Specifies whether a form field is visible on a page. Inherited from PdfGraphicsAcroFormField.
See Also