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

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public PdfFormRadioButton this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	name As String
) As PdfFormRadioButton
	Get
Visual C++
public:
property PdfFormRadioButton^ default[String^ name] {
	PdfFormRadioButton^ get (String^ name);
}

Parameters

name
Type: System..::..String
The radio button name

Return Value

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

See Also