HiQPdf Documentation

PdfFormRadioButtonsGroupItem Property (Int32)

Quickly Create High Quality PDFs
Retrieves the radio button at the given index in the radio buttons group

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfFormRadioButton this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The radio button index

Return Value

Type: PdfFormRadioButton
The the radio button at the given index in the radio buttons group
See Also

Reference