HR Code

The <hrCode> tag displays the Human Readable Code of the current page, for example 13-1 252/3.

It can only be used within <template>.

Example

<template ...>
  ...
  <hrCode
    left="15cm"
    bottom="28cm"
    width="5cm"
    height="5cm"
    fontSize="4mm"
  />
  ...
<template>

Last updated