The states for the check box.

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

Syntax

C#
public enum CheckState
Visual Basic
Public Enumeration CheckState

Members

Member nameValueDescription
On0 The checkbox is checked.
Off1 The checkbox in unchecked.
Neutral2 The checkbox is neutral.
Unknown3 The checkbox value is not one of the three accepted values. Note: You cannot set properties to this value.

See Also