HiQPdf Documentation

PdfFormRadioButtonsGroupAddRadioButton Method (PdfFormRadioButton)

HiQPdf Client for .NET Core
Adds a radio button to this group after the last PDF object rendered

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

public void AddRadioButton(
	PdfFormRadioButton radioButton
)

Parameters

radioButton
Type: HiQPdfClientPdfFormRadioButton
The radio button to add
See Also

Reference