Creates a group of radio buttons in PDF form
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
public void AddRadioButtonsGroup( PdfPage pdfPage, PdfFormRadioButtonsGroup radioButtonsGroup )
Parameters
- pdfPage
- Type: WinnovativeClientPdfPage
The PDF page in which to place the group of radio buttons - radioButtonsGroup
- Type: WinnovativeClientPdfFormRadioButtonsGroup
The radio buttons group field to add
See Also