HiQPdf Documentation

PdfFormAddRadioButtonsGroup Method (PdfPage, PdfFormRadioButtonsGroup)

HiQPdf Client for .NET Core
Adds an existing group of radio buttons in the form

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void AddRadioButtonsGroup(
	PdfPage pdfPage,
	PdfFormRadioButtonsGroup radioButtonsGroup
)

Parameters

pdfPage
Type: HiQPdfClientPdfPage
The PDF page where to add the group of radio buttons
radioButtonsGroup
Type: HiQPdfClientPdfFormRadioButtonsGroup
The radio buttons group field to add
See Also

Reference