HiQPdf Documentation

PdfFormRadioButtonsGroupItem Property (String)

Quickly Create High Quality PDFs
Retrieves the radio button with the given name from the radio buttons group

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.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