 | RadioButtonGroupAddNewButton Method |
Create a radio button
The created radio button is automatically added to this radio button field's
Buttons.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.FormsAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.11+448b51188eed077347c3a51591ba80f0b99c42d7
Syntaxpublic RadioButton AddNewButton(
string exportName
)
Parameters
- exportName String
-
the radio button's export name
Return Value
RadioButton
the newly created radio button
ExceptionsException | Condition |
---|
InvalidOperationException | if the document has already been closed |
NotSupportedException | if the document is read-only |
See Also