Winnovative HTML to PDF Converter

PdfFormRadioButtonsGroupItem Property (String)

Winnovative HTML to PDF Converter for .NET Documentation
Gets the radio button with the given name from the radio buttons group

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.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