 | RadioButtonAddNewWidget Method |
Create radio button widget
This method creates a widget for the radio button.
The widget is automatically added to the button's widgets and to the radio button form field's widgets, but not to any page.
Namespace: PdfTools.Toolbox.Pdf.FormsAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.11.0+eb7160cc6b920e36fb1ea2abe5f76809067c0c55
Syntaxpublic Widget AddNewWidget(
Rectangle boundingBox
)
Parameters
- boundingBox Rectangle
-
The widget's target rectangle on the page
Return Value
Widget
the newly created form field widget
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | if the document has already been closed |
| NotSupportedException | if the document is read-only |
See Also