A radio button widget is a specialized widget, which has an additional Name which specifies the widget.

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class RadioButtonWidget : Widget
Visual Basic
Public Class RadioButtonWidget _
	Inherits Widget

Remarks

You retrieve an existing Widget from the Widgets property of the Field class or Page class.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Annotations..::..Annotation
    TallComponents.PDF.Annotations.Widgets..::..Widget
      TallComponents.PDF.Annotations.Widgets..::..RadioButtonWidget

See Also