QR Code
Last updated
Was this helpful?
The <qrCode> tag displays the QR Code of the current page.
It can only be used within <template>.
<template ...>
...
<qrCode
left="17cm"
bottom="2cm"
width="2cm"
height="2cm"
/>
...
<template>leftThe distance from the left border of the page. Can be in pt, mm, or cm.
bottomThe distance from the bottom border of the page. Can be in pt, mm, or cm.
widthThe width of the QR code. Can be in pt, mm, or cm.
heightThe height of the QR code. Can be in pt, mm, or cm.
Last updated
Was this helpful?
Was this helpful?
