PdfFormAddRadioButtonsGroup Method

Creates a group of radio buttons in PDF form

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.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