HiQPdf Documentation

PdfFormAddRadioButtonsGroup Method (PdfPage)

HiQPdf Client for .NET Core
Creates a group of radio buttons in the form

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfFormRadioButtonsGroup AddRadioButtonsGroup(
	PdfPage pdfPage
)

Parameters

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

Return Value

Type: PdfFormRadioButtonsGroup
The created radio buttons group
See Also

Reference