 | RadioButtonGroupCreate Method |
Create a radio button form field
The returned form field object is not yet used, but it is associated with the given target document.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.FormsAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.11+448b51188eed077347c3a51591ba80f0b99c42d7
Syntaxpublic static RadioButtonGroup Create(
Document targetDocument
)
Parameters
- targetDocument Document
-
the output document with which the returned object is associated
Return Value
RadioButtonGroup
the newly created radio button field
Exceptions
See Also