Tag Link | [PDF_Doc->CurveTo] | 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->CurveTo] draws a curve in a page within a [PDF_Doc] variable. Requires a string of points which specify the starting point, middle point, and ending point of the curve (X1, Y1, X2, Y2, X3, Y3).
[$PDF_Doc->(CurveTo: 0, 0, 25, 25, 0, 50)]
Required Parameters | |
---|---|
Integer String | Comma |
See the Lasso 8 Language Guide for examples of how to use this tag.