Winnovative Excel to PDF Converter

PdfFormRadioButtonsGroupItem Property (String)

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

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.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