<kendo:qRCode-overlay>

The overlay configuration which alows you to choose from predefined layouts or insert a custom image.

Example

<kendo:qRCode>
    <kendo:qRCode-overlay></kendo:qRCode-overlay>
</kendo:qRCode>

Configuration Attributes

height float

The height of the overlay in pixels.

Example

<kendo:qRCode-overlay height="height">
</kendo:qRCode-overlay>

imageUrl java.lang.String

The URL of the displayed overlay image.

Example

<kendo:qRCode-overlay imageUrl="imageUrl">
</kendo:qRCode-overlay>

type java.lang.String

Available options are image and swiss. When set to image you have to specify the url source of the image. If set to swiss a Swiss QR Code is created.

Example

<kendo:qRCode-overlay type="type">
</kendo:qRCode-overlay>

width float

The width of the overlay in pixels.

Example

<kendo:qRCode-overlay width="width">
</kendo:qRCode-overlay>
In this article
Not finding the help you need?