Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Property Name | Purpose | Notes | Default |
---|---|---|---|
Print Margins (Top/Bottom/Left/Right) | Used to configure the width/height of the page margins appearing in the print PDF view. | Specifies a margin in px, pt, cm, etc. To specify a margin in inches, use the abbreviation "in" without the quotes. For example, for a 1 inch margin on the top/bottom of the pdf, enter 1in in the Top/Bottom property fields. | 0. |
Note |
---|
If top/bottom margins are not set and a header or footer is specified, then the appropriate margin will be defaulted to 50px. |
...
Images in Headers/Footers
When you use the {image_control_name.img}, outputs <img src="the image's url"/>. This will output the image in its normal size. In this case, that is 174x170 pixels for the color grid.
You can instead use something like: <img src="{<image_control_name>.url}" width="50" height="50"/> to size the image smaller to fit.
...