Tag Link | [PDF_Doc->AddPasswordField] | 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->AddPasswordField] adds a password field to a form in a [PDF_Doc] variable. Password fields hide any text entered in them from being viewed using a series of bullet characters. A required
[$PDF_Doc->(AddPasswordField:
Required Parameters | |
---|---|
-Name | Specifies the name of the password field. |
-Value | Specifies the value of the password 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. |
See the Lasso 8 Language Guide for examples of how to use this tag.