Click or drag to resize
Pdftools logo

CheckBox Properties

The CheckBox type exposes the following members.

Properties
 NameDescription
Public propertyChecked

The state of the check box

Public propertyCheckedExportName

The name of the checked ('on') state used when exporting

Public propertyDisplayName

User interface name

The display name is not directly visible, but a PDF viewer can display this name, e.g., in a tool tip.
(Inherited from FieldNode)
Public propertyDoNotExport

Tells whether this field is exported


(Inherited from Field)
Public propertyExportName

The name used when exporting


(Inherited from FieldNode)
Public propertyReadOnly

Flags this field as read-only


(Inherited from Field)
Public propertyRequired

Flags this field as mandatory


(Inherited from Field)
Public propertyWidgets

This form field's widget annotations


(Inherited from Field)
Top
See Also