PdfFormAddRadioButtonsGroup(PdfPage) Method

Creates a group of radio buttons in the form

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfFormRadioButtonsGroup AddRadioButtonsGroup(
	PdfPage pdfPage
)

Parameters

pdfPage  PdfPage
The PDF page where to create the group of radio buttons

Return Value

PdfFormRadioButtonsGroup
The created radio buttons group

See Also