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