PdfFormRadioButtonsGroupItem(String) Property

Gets the radio button with the given name from the radio buttons group

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public PdfFormRadioButton this[
	string name
] { get; }

Parameters

name  String
The radio button name

Return Value

PdfFormRadioButton
The radio button with the given name from the radio buttons group

See Also