A check box PDF form field.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class CheckBoxField : ValueField
Visual Basic
Public Class CheckBoxField _
	Inherits ValueField

Remarks

You retrieve the existing fields from the Fields property of the Document class.

Inheritance Hierarchy

See Also