Creates a group of radio buttons in PDF form

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfFormRadioButtonsGroup AddRadioButtonsGroup(
	PdfPage pdfPage
)
Visual Basic
Public Function AddRadioButtonsGroup ( 
	pdfPage As PdfPage
) As PdfFormRadioButtonsGroup
Visual C++
public:
PdfFormRadioButtonsGroup^ AddRadioButtonsGroup(
	PdfPage^ pdfPage
)

Parameters

pdfPage
Type: EvoPdf..::..PdfPage
The PDF page in which to place the group of radio buttons

Return Value

Type: PdfFormRadioButtonsGroup
The created radio buttons group

See Also