
'Declaration Public Class PdfInteractiveFormRadioButtonField Inherits PdfInteractiveFormSwitchableButtonField
public class PdfInteractiveFormRadioButtonField : PdfInteractiveFormSwitchableButtonField
public __gc class PdfInteractiveFormRadioButtonField : public PdfInteractiveFormSwitchableButtonField*
public ref class PdfInteractiveFormRadioButtonField : public PdfInteractiveFormSwitchableButtonField^
Like check boxes, individual radio buttons have two states, on and off. A single radio button may not be turned off directly but only as a result of another button being turned on. Typically, a set of radio buttons have at most one button in the on state at any given time; selecting any of the buttons automatically deselects all the others.
System.Object
 Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
   Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormField
     Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormButtonField
       Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormSwitchableButtonField
         Vintasoft.Imaging.Pdf.Tree.InteractiveForms.PdfInteractiveFormRadioButtonField
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
PdfInteractiveFormRadioButtonField Members
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace
PdfInteractiveFormRadioButtonGroupField