PdfFormRadioButtonsGroupAddRadioButton(RectangleF, String, PdfPage) Method

Creates a radio button with given box and the given name in the given PDF page

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public PdfFormRadioButton AddRadioButton(
	RectangleF box,
	string buttonName,
	PdfPage pdfPage
)

Parameters

box  RectangleF
The radio button bounding box
buttonName  String
The radio button name
pdfPage  PdfPage
The PDF page where to add this radio button

Return Value

PdfFormRadioButton
The created radio button

See Also