PdfFormAddRadioButtonsGroup(PdfPage, PdfFormRadioButtonsGroup) Method

Adds an existing group of radio buttons in the form

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddRadioButtonsGroup(
	PdfPage pdfPage,
	PdfFormRadioButtonsGroup radioButtonsGroup
)

Parameters

pdfPage  PdfPage
The PDF page where to add the group of radio buttons
radioButtonsGroup  PdfFormRadioButtonsGroup
The radio buttons group field to add

See Also