PdfFormAddRadioButtonsGroup Method

Creates a group of radio buttons in PDF form

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_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