PdfFormRadioButtonsGroupItem(Int32) Property

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.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