| Tag Link | [PDF_Barcode->SetCode] | Category | |
|---|---|---|---|
| Type | Member | Source Available | Yes |
| Support | Deprecated | Version | 6.0 |
| Change | Unchanged | Data Source | Any |
| Output Type | None | Security | File |
| Implementation | LJAPI | Sets | Lasso 6.0 |
[PDF_Barcode->SetCode] sets the numeric or alphanumeric code data to be placed in the barcode. Requires a code string as a parameter.
Some barcode formats require specific types of code strings: EAN8 requires an 8
[$Variable Name->(SetCode: 'Insert code here')]
[$Variable Name->(SetCode: '12345678')]
[$Variable Name->(SetCode: '1234567890123')]
[$Variable Name->(SetCode: '98125')]
[$Variable Name->(SetCode: '98125-6630')]
[$Variable Name->(SetCode: 'ABCDEFGHIJK')]
| Required Parameters | |
|---|---|
| Code String | Code string value. |
See the Lasso 8 Language Guide for examples of how to use this tag.