PdfFormRadioButtonsGroupItem(Int32) Property
Retrieves the radio button at the given index in the radio buttons group
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfFormRadioButton this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfFormRadioButton
Get
public:
property PdfFormRadioButton^ default[int index] {
PdfFormRadioButton^ get (int index);
}
member Item : PdfFormRadioButton with get
- index Int32
- The radio button index
PdfFormRadioButtonThe the radio button at the given index in the radio buttons group