EVO Excel to PDF Converter

PdfFormRadioButtonsGroupItem Property (String)

EVO Excel to PDF Converter Documentation
Gets the radio button with the given name from the radio buttons group

Namespace:  EvoExcelToPdf
Assembly:  evoexceltopdf (in evoexceltopdf.dll) Version: 10.0.0.0
Syntax

public PdfFormRadioButton this[
	string name
] { get; }

Parameters

name
Type: SystemString
The radio button name

Return Value

Type: PdfFormRadioButton
The radio button with the given name from the radio buttons group
See Also

Reference