PdfFormRadioButtonsGroupItem(Int32) Property

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

Definition

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