PdfFormRadioButtonsGroupItem(Int32) Property

Retrieves the radio button at the given index in the radio buttons group

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfFormRadioButton this[
	int index
] { get; }

Parameters

index  Int32
The radio button index

Return Value

PdfFormRadioButton
The the radio button at the given index in the radio buttons group

See Also