The states for the check box.
Namespace: TallComponents.PDF.Forms.FieldsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| On | 0 | The checkbox is checked. | |
| Off | 1 | The checkbox in unchecked. | |
| Neutral | 2 | The checkbox is neutral. | |
| Unknown | 3 | The checkbox value is not one of the three accepted values. Note: You cannot set properties to this value. |