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

PdfGraphicsAcroFormRadioGroupField Methods

Represents a radio group field.
Name Description
AddButton(String, RectangleF) Adds a radio button to the radio group field using the radio button name and a rectangle that specifies the location of this button on a PDF page.
ClearButtons() Removes all radio buttons from the radio group field.
CreateComboBox(String, RectangleF) static Creates a combo box field using the field name and a rectangle where the combo box field will be located on a page. Inherited from PdfGraphicsAcroFormField.
CreateListBox(String, RectangleF) static Creates a list box field using the field name and a rectangle where the list box field will be located on a page. Inherited from PdfGraphicsAcroFormField.
CreateRadioGroup(String) static Creates a radio group field using the field name. Inherited from PdfGraphicsAcroFormField.
CreateSignature(String, RectangleF) static Creates a signature field using the field name and a rectangle where a signature field will be located on a page. Inherited from PdfGraphicsAcroFormField.
CreateTextBox(String, RectangleF) static Creates a text box field using the field name and a rectangle where a text box field will be located on a page. Inherited from PdfGraphicsAcroFormField.
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