| Tag Link | [PDF_Doc->AddTextField] | Category | |
|---|---|---|---|
| Type | Member | Source Available | Yes |
| Support | Preferred | Version | 6.0 |
| Change | Unchanged | Data Source | Any |
| Output Type | None | Security | File |
| Implementation | LJAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0 |
[PDF_Doc->AddTextField] adds a text field to a form in a [PDF_Doc] variable. A required
[$PDF_Doc->(AddTextField:
| Required Parameters | |
|---|---|
| -Name | Specifies the name of the text field. |
| -Value | Specifies the value of the text field. |
| -Left | Specifies the placement of the left side of the form element from the top left corner of the current page in points. |
| -Top | Specifies the placement of the form element from the top of the current page in points. |
| -Width | Specifies the width of the form element in points. Requires a decimal value. |
| -Height | Specifies the height of the form element in points. Requires a decimal value. |
| -Font | Sets the font for the text. Requires the name of a [PDF_Font] variable. |
The
See the Lasso 8 Language Guide for examples of how to use this tag.