PdfFormRadioButtonsGroupAddRadioButton(PdfPage, PdfFormRadioButton) Method

Adds a radio button in the given PDF page

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.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