The PdfFormRadioButtonsGroup type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddRadioButton(RectangleF, String) |
Creates a radio button with the given box and the given name in the radio button group
| |
| AddRadioButton(RectangleF, String, PdfPage) |
Creates a radio button with given box and the given name in the given PDF page
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetCheckedRadioButton(Int32) |
Call this method to check on the radio button at the given index
| |
| SetCheckedRadioButton(PdfFormRadioButton) |
Call this method to check on the given radio button
| |
| SetCheckedRadioButton(String) |
Call this method to check on the radio button with the given name
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also