Tag Link | [PDF_Font->SetColor] | 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_Font->SetColor] changes the font color of a [PDF_Font] variable. Requires a [PDF_Color] object or a hex string color value as a parameter (e.g. '#999999').
[$PDF_Font->SetColor('#00FF00')]
Required Parameters | |
---|---|
Color | [PDF_Color] object or a hex color string that defines the color to be set (e.g. '#550000'). |
See the Lasso 8 Language Guide for examples of how to use this tag.