Blazorise QR Code API

Explore the Blazorise QR Code API reference for parameters, events, methods, and related types.

For examples and usage guidance, see the QR Code documentation.

API

Parameters

Parameter Description TypeDefault
Alt

Image alt text.

string
DarkColor

Color used as dark color.

string"#000000"
DrawQuietZones

Draw quiet zones (blank margins around QR Code image).

booltrue
EccLevel

The level of error correction to use.

Possible values:L, M, Q, H

EccLevelEccLevel.L
Icon

The icon that is places in the middle of the QRCode, can be in base64 format or an absolute url.

string
IconBorderWidth

Specifies how large the borders will be for the icon that is placed within the QRCode.

int0
IconSizePercentage

Specifies how much space the icon will occupy within the QRCode.

int40
LightColor

Color used as light color.

string"#ffffff"
Payload

Custom payload used for QR code generation.

Payloadnull
PixelsPerModule

Pixels per module.

int10
Value

Value used for QR code generation.

string
On this page