PdfFormRadioButtonsGroupAddRadioButton(PdfPage, PdfFormRadioButton) Method

Adds a radio button in the given PDF page

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void AddRadioButton(
	PdfPage pdfPage,
	PdfFormRadioButton radioButton
)

Parameters

pdfPage  PdfPage
The PDF page where to add this radio button
radioButton  PdfFormRadioButton
The radio button field to add

See Also