Click or drag to resize
Pdftools logo

RadioButton Class

A button in a radio button group

Inheritance Hierarchy
SystemObject
  PdfTools.FourHeights.PdfToolbox.InternalNativeBase
    PdfTools.FourHeights.PdfToolbox.InternalNativeObject
      PdfTools.FourHeights.PdfToolbox.Pdf.FormsRadioButton

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Forms
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public class RadioButton : NativeObject

The RadioButton type exposes the following members.

Properties
 NameDescription
Public propertyExportName

The button's name used when exporting

Public propertyWidgets

The button's widget annotations

Top
Methods
 NameDescription
Public methodAddNewWidget

Create radio button widget

This method creates a widget for the radio button. The widget is automatically added to the button's widgets and to the radio button form field's widgets, but not to any page.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also