HiQPdf Documentation

PdfFormRadioButtonsGroupAddRadioButton Method (PdfFormRadioButton, Single)

HiQPdf Client for .NET Core
Adds a radio button to this group at the given vertical offset 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,
	float dy
)

Parameters

radioButton
Type: HiQPdfClientPdfFormRadioButton
The radio button to add
dy
Type: SystemSingle
The vertical offset after the last PDF object rendered
See Also

Reference