cfhtmltopdfitem
11
Overview
ColdFusion
Open BlueDragon
Lucee
Child tag to add header or footer in cfhtmltopdf tag
Attributes
Name | Required | Type | Default | Description | |
---|---|---|---|---|---|
11
|
align | No | String | center | Alignment for header/ footer |
11
|
image | No | Object | Image file name or object to be used as the header or footer | |
11
|
isbase64 | No | Boolean | Used only when image attribute is given a base64 image string | |
11
|
marginbottom | No | Numeric | 0.5 | Value of the bottommargin of the footer |
11
|
marginleft | No | Numeric | 1.0 | Value of the header / footer left margin |
11
|
marginright | No | Numeric | 1.0 | Value of the header / footer right margin |
11
|
margintop | No | Numeric | 0.5 | Value of the top margin of the header |
11
|
numberformat | No | String | numeric | Number formatting to use with page numbers. Used with either _PAGENUMBER or _LASTPAGENUMBER |
11
|
opacity | No | Numeric | 10 | Header/ footer opacity. number between 1-10 |
11
|
showonprint | No | Boolean | If header/footer should be shown on print | |
11
|
type | Yes | String | What type of item should be added |