PdfFormAddRadioButtonsGroup Method

Creates a group of radio buttons in PDF form

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public PdfFormRadioButtonsGroup AddRadioButtonsGroup(
	PdfPage pdfPage
)

Parameters

pdfPage  PdfPage
The PDF page in which to place the group of radio buttons

Return Value

PdfFormRadioButtonsGroup
The created radio buttons group

See Also