TOPICA Report ReportQRCode |
[This is preliminary documentation and is subject to change.]
The ReportQRCode tag is used to define a QR code in the report.
Attribute | Type | Description |
---|---|---|
Condition | TOPICA Basic expression | The TOPICA Basic expression is evaluated - it should return a Boolean value. false: The ReportQRCode is NOT defined. true: The ReportQRCode IS defined. |
Value | String | The value of the QR code. |
Pixels | Integer | The size of QR code. Default value: 5 |
Dark | Hexadecimal | The color of the dark part of the QR code. Default value: #000000 (black) |
Light | Hexadecimal | The color of the light part of the QR code. Default value: #ffffff (white) |
Quiet | Boolean | Show frame. Default value: false |