PdfFormRadioButtonsGroupAddRadioButton(PdfFormRadioButton, Single, Single) Method
Adds a radio button to this group at the given horizontal and vertical offset after the last PDF object rendered
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddRadioButton(
PdfFormRadioButton radioButton,
float dx,
float dy
)
Public Sub AddRadioButton (
radioButton As PdfFormRadioButton,
dx As Single,
dy As Single
)
public:
void AddRadioButton(
PdfFormRadioButton^ radioButton,
float dx,
float dy
)
member AddRadioButton :
radioButton : PdfFormRadioButton *
dx : float32 *
dy : float32 -> unit
Parameters
- radioButton PdfFormRadioButton
- The radio button to add
- dx Single
- The horizontal offset after the last PDF object rendered
- dy Single
- The vertical offset after the last PDF object rendered