HiQPdf Documentation

PdfFormRadioButtonsGroupAddRadioButton Method (PdfFormRadioButton, Single, Single)

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

Parameters

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

Reference