PdfFormRadioButtonsGroupItem(String) Property

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

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.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