QR Code

QR Code - is a qr code object.



Properties #

Element #

  • ID - is the element id.
  • Page ID - is the element page id.
  • Type - is the element type.
  • Position Left - is the left position of the element.
  • Position Top - is the top position of the element.
  • Width - is the width of the element.
  • Height - is the height of the element.

Field #

  • Color - is the qr code color.
  • Precision - is the error correction level. Can affect the qr code size.
    • L (Smallest) - 7% of codewords can be restored.
    • M (Medium) - 15% of codewords can be restored..
    • Q (High) - 25% of codewords can be restored.
    • H (Best) - 30% of codewords can be restored.
  • Quit Zone Size - is the blank margin on the either side of a qr code. Can affect the qr code size.

Style #

  • Background - is the background of the qr code.
  • Marging - is the inner margin of the qr code.
  • Padding - is the inner padding of the qr code.
  • Border Color - is the border color of the qr code.
  • Border - is the border width of the qr code.
  • Z-index - is the field render priority. Can be set to a negative value.

Value #

  • Value - is the qr code value. Qr code syntax like vCard is supported.

Actions #

  • Add Action - is a add actions and conditional logic to the qr code to show, hide and change properties. See how to use: Read More ››