| Name | Description | |
|---|---|---|
![]() | borderStyle | Gets or sets the border style for a field. |
![]() | charLimit | Gets or sets the number of characters that a user can type into a text field. |
![]() | currentValueIndices | Gets or sets the single or multiple values of a list box or combo box. |
![]() | defaultValue | Gets or sets the default value of a field - that is, the value that the field is set to when the form is reset. |
![]() | delay | Gets or sets a value indicating whether the redrawing of a field's appearance must be delayed. |
![]() | display | Gets or sets the value defines whether the field is hidden or visible on screen and in print. |
![]() | doc | Gets the PdfJsDoc of the document to which the field belongs. |
![]() | editable | Gets or sets a value indicating whether a combo box is editable. |
![]() | fileSelect | Gets or sets a value indicating whether the field represents a path of a file whose contents may be submitted with the form. |
![]() | fillColor | Gets or sets the background color for a field that is used to fill the rectangle of the field. |
![]() | hidden | Gets or sets a value indicating whether the field is not shown and there is no user interaction, display, or printing of the annotation. |
![]() | multiline | Gets or sets a value indicating whether a text box is multiline. |
![]() | multipleSelection | Gets or sets a value indicating whether more than one of the field's option items may be selected simultaneously. |
![]() | name | Gets the fully qualified field name of the field as a string object. |
![]() | numItems | Gets the number of items in a combo box or list box. |
![]() | page | Gets the page number or an array of page numbers of a field. |
![]() | password | Gets or sets a value indicating whether the field should display asterisks when data is entered in the field. |
![]() | Gets or sets a value indicating whether the field is visible when the user prints the document. | |
![]() | readonly | Gets or sets a value indicating whether the field is read-only. |
![]() | rect | Gets or sets an array consists of four numbers specifying the upper-left x, upper-left y, lower-right x and lower-right y coordinates, in rotated user space, of the size and placement of the form field. |
![]() | required | Gets or sets a value indicating whether a field requires a value. |
![]() | Source | Gets the source PdfInteractiveFormField object. |
![]() | strokeColor | Gets or sets the stroke color for a field that is used to stroke the rectangle of the field with a line as large as the line width. |
![]() | textColor | Gets or sets the background color for a field that is used to fill the rectangle of the field. |
![]() | textSize | Gets or sets the text size (in points) to be used in all controls. |
![]() | type | Gets the type of the field as a string. |
![]() | value | Gets or sets value of the field. |
![]() | valueAsString | Gets the value of a field as a string. |
