Skip to content

Commit ab6ee60

Browse files
committed
892682: Update the documentation for icon support in QR code generator
1 parent 2042365 commit ab6ee60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blazor/barcode/qrcodegenerator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Error Correction Level Table
8787

8888
## QR code with logo
8989

90-
The QR Code component supports embedding a logo image using the [ImageSource](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.QRCodeLogo.html#Syncfusion_Blazor_BarcodeGenerator_QRCodeLogo_ImageSource) property within the [QRCodeLogo](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.QRCodeLogo.html) element. This property sets the logo image in the QR barcode. By default, the logo image positioned at one-third of the QR code's size. Therefore, adjusting the size of the QR code will proportionally scale the logo image.
90+
The QR Code component supports embedding a logo image using the [ImageSource](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.QRCodeLogo.html#Syncfusion_Blazor_BarcodeGenerator_QRCodeLogo_ImageSource) property within the [QRCodeLogo](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.QRCodeLogo.html) element. This property sets the logo image in the center of the QR code. By default, the logo image is positioned at one-third of the QR code's size. Therefore, adjusting the size of the QR code will proportionally scale the logo image.
9191

9292
Advantages of Image QR Codes
9393

@@ -116,7 +116,7 @@ The following code example demonstrates how to generate a QR barcode with a logo
116116
117117
### Customizing the logo size
118118

119-
The size of the logo can be changed using the [Height](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.QRCodeLogo.html#Syncfusion_Blazor_BarcodeGenerator_QRCodeLogo_Height) and [Width](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.QRCodeLogo.html#Syncfusion_Blazor_BarcodeGenerator_QRCodeLogo_Width) properties of the barcode generator. The image size should be equal to or less than 30% of the QR code's size. If the specified width exceeds 30%, the QR code may not be scanned properly. Therefore, the lesser value between 30% of the QR code's size and the specified size will be used for rendering.
119+
The size of the logo can be changed using the [Height](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.QRCodeLogo.html#Syncfusion_Blazor_BarcodeGenerator_QRCodeLogo_Height) and [Width](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.BarcodeGenerator.QRCodeLogo.html#Syncfusion_Blazor_BarcodeGenerator_QRCodeLogo_Width) properties of the QR code generator. The image size should be equal to or less than 30% of the QR code's size. If the specified size exceeds 30% of the QR code's size, the QR code may not be scanned properly. Therefore, the lesser value between 30% of the QR code's size and the specified size will be used for rendering.
120120

121121
```cshtml
122122
@using Syncfusion.Blazor.BarcodeGenerator
@@ -143,4 +143,4 @@ The size of the logo can be changed using the [Height](https://help.syncfusion.c
143143
}
144144
}
145145
146-
```
146+
```

0 commit comments

Comments
 (0)