VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormRadioButtonField Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
    PdfInteractiveFormRadioButtonField Class
    Provides information about interactive form field that defines radio button.
    Object Model
    PdfFont PdfInteractiveFormFieldAdditionalActions PdfInteractiveFormField PdfWidgetAnnotation PdfInteractiveFormFieldList PdfDocument PdfIndirectReference PdfBasicObject PdfInteractiveFormRadioButtonField
    Syntax
    'Declaration
    
    Public Class PdfInteractiveFormRadioButtonField
       Inherits PdfInteractiveFormSwitchableButtonField
    
    
     
    Remarks

    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.

    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also