PdfFormRadioButtonsGroupAddRadioButton(RectangleF, String) Method

Creates a radio button with the given box and the given name in the radio button group

Definition

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

Parameters

box  RectangleF
The radio button bounding box
buttonName  String
The radio button name

Return Value

PdfFormRadioButton
The created radio button

See Also