PdfAcroFormRadioGroupField Methods
Represents a radio group field.
Name | Description |
---|---|
Add |
Adds a radio button to the radio group field. The button is added to the page where the form field is located. |
Add |
Adds a radio button to the radio group field. Allows you to specify a page where the button should be located. |
Clear |
Removes all radio buttons from the radio group field. |
Create |
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 Pdf |
Create |
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 Pdf |
Create |
Creates a group form field using the field name.
Inherited from Pdf |
Create |
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 Pdf |
Create |
Creates a radio group field using the field name, and page number.
Inherited from Pdf |
Create |
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 Pdf |
Create |
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 Pdf |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also