PdfFormRadioButtonsGroupItem(String) Property

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.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