A check box widget is a specialized widget.

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

Syntax

C#
public class CheckBoxWidget : Widget
Visual Basic
Public Class CheckBoxWidget _
	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..::..CheckBoxWidget

See Also