PdfFormRadioButtonsGroupAddRadioButton(PdfFormRadioButton, Single) Method

Adds a radio button to this group at the given vertical offset after the last PDF object rendered

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddRadioButton(
	PdfFormRadioButton radioButton,
	float dy
)

Parameters

radioButton  PdfFormRadioButton
The radio button to add
dy  Single
The vertical offset after the last PDF object rendered

See Also