Gets the radio button with the given name from the radio buttons group
Namespace: EvoPdfAssembly: 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: PdfFormRadioButtonThe radio button with the given name from the radio buttons group