PDFKit.NET 2.0 Class Library (.NET 2.0)

CheckState Enumeration

The states for the check box.

public enum CheckState

Members

Member Name Description
On The checkbox is checked.
Off The checkbox in unchecked.
Neutral The checkbox is neutral.
Unknown The checkbox value is not one of the three accepted values. Note: You cannot set properties to this value.

Requirements

Namespace: TallComponents.PDF.Forms.Fields

Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll)

See Also

TallComponents.PDF.Forms.Fields Namespace