PdfFormRadioButtonsGroupAddRadioButton(PdfPage, PdfFormRadioButton) Method

Adds an existing radio button to this group in a PDF page

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddRadioButton(
	PdfPage pdfPage,
	PdfFormRadioButton radioButton
)

Parameters

pdfPage  PdfPage
The radio button PDF page
radioButton  PdfFormRadioButton
The radio button to add

See Also