PDF .NET Library Documentation - PDF Technologies, Inc.
PDFRadioButton is similar to RadioButton and creates a radiobutton in a PDF document.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public class PDFRadioButton : PDFInputControl
Visual Basic (Declaration)
Public Class PDFRadioButton _
	Inherits PDFInputControl
Visual C++
public ref class PDFRadioButton : public PDFInputControl

Remarks

To create a set of radiobuttons create PDFRadiobuttons with equal names and differences export values.

Inheritance Hierarchy

System..::.Object
  PDFTech..::.PDFCustomAnnotation
    PDFTech..::.PDFControl
      PDFTech..::.PDFInputControl
        PDFTech..::.PDFRadioButton

See Also