Name | Description | |
---|---|---|
![]() | PdfJsField | Initializes a new instance of the PdfJsField class. |
Name | Description | |
---|---|---|
![]() | PdfJsField | Initializes a new instance of the PdfJsField class. |
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. |
Name | Description | |
---|---|---|
![]() | browseForFileToSubmit | Opens a standard file-selection dialog box. |
![]() | buttonGetCaption | Returns the caption associated with a button. |
![]() | buttonSetCaption | Sets the caption associated with a button. |
![]() | clearItems | Clears all the values in a list box or combo box. |
![]() | DoFormat | Performs the value formatting of this field. |
![]() | getArray | Returns the array of terminal child fields (that is, fields that can have a value) for this Field object, the parent field. |
![]() | getItemAt | Returns the item value of an item in a combo box or a list box. |
![]() | setFocus | Sets the keyboard focus to this field. |
![]() | setItems | Sets the list of items for a combo box or a list box. |
![]() | ToString | Returns a System.String that represents this instance. |
Name | Description | |
---|---|---|
![]() | OnAppearanceChanged | Called when the field appearance was changed. |
![]() | OnValueChanged | Called when the field value was changed. |