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 | Type | Default |
|---|---|---|---|
Alt |
Image alt text. |
string | |
DarkColor |
Color used as dark color. |
string | "#000000" |
DrawQuietZones |
Draw quiet zones (blank margins around QR Code image). |
bool | true |
EccLevel |
The level of error correction to use. Possible values: |
EccLevel | EccLevel.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. |
int | 0 |
IconSizePercentage |
Specifies how much space the icon will occupy within the QRCode. |
int | 40 |
LightColor |
Color used as light color. |
string | "#ffffff" |
Payload |
Custom payload used for QR code generation. |
Payload | null |
PixelsPerModule |
Pixels per module. |
int | 10 |
Value |
Value used for QR code generation. |
string |