HiQPdf Documentation

PdfFormAddRadioButtonsGroup Method

Quickly Create High Quality PDFs
Creates a group of radio buttons in the form

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfFormRadioButtonsGroup AddRadioButtonsGroup(
	PdfPage pdfPage
)

Parameters

pdfPage
Type: HiQPdfPdfPage
The PDF page where to create the group of radio buttons

Return Value

Type: PdfFormRadioButtonsGroup
The created radio buttons group
See Also

Reference