HiQPdf Documentation

PdfFormRadioButtonsGroupAddRadioButton Method (PdfPage, PdfFormRadioButton)

HiQPdf Client for .NET Core
Adds an existing radio button to this group in a PDF page

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

public void AddRadioButton(
	PdfPage pdfPage,
	PdfFormRadioButton radioButton
)

Parameters

pdfPage
Type: HiQPdfClientPdfPage
The radio button PDF page
radioButton
Type: HiQPdfClientPdfFormRadioButton
The radio button to add
See Also

Reference