Skip to content

Commit 272d8f3

Browse files
Revamping the Ug
1 parent 1fcfb28 commit 272d8f3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

blazor/barcode/barcodeGenerator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ The below code explains how to set the EnableCheckSum property to hide the extra
206206
}
207207
}
208208
```
209+
{% previewsample "https://blazorplayground.syncfusion.com/embed/htBSiDDFBHLnIOaq?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
210+
209211
## See also
210212

211213
* [How to generate a QR Code in (2FA) Application in Blazor Diagram?](https://support.syncfusion.com/kb/article/16295/how-to-generate-a-qr-code-in-2fa-application-in-blazor-diagram)

blazor/barcode/datamatrixgenerator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ Customize the barcode text by using the display [Text](https://help.syncfusion.c
8181
}
8282
}
8383
84-
```
84+
```
85+
{% previewsample "https://blazorplayground.syncfusion.com/embed/LjVystDPBHHDqsFK?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}

blazor/barcode/qrcodegenerator.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ The following code example demonstrates how to generate a QR barcode with a logo
109109
<QRCodeLogo ImageSource="images/barcode/syncfusion.png"></QRCodeLogo>
110110
</SfQRCodeGenerator>
111111
```
112+
{% previewsample "https://blazorplayground.syncfusion.com/embed/BjLSiDXvrxgTOVrH?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
112113

113114
![QR barcode with logo in Blazor Barcode](images/blazor-barcode-qrcode-with-logo.png)
114115

@@ -125,6 +126,8 @@ The size of the logo can be changed using the [Height](https://help.syncfusion.c
125126
<QRCodeLogo Width="30" Height="30" ImageSource="images/barcode/syncfusion.png"></QRCodeLogo>
126127
</SfQRCodeGenerator>
127128
```
129+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rNryitNPLdzgLNmN?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
130+
128131
>**Note:** The default value is one-third of the QR code size.
129132
130133
## Event
@@ -144,6 +147,8 @@ The size of the logo can be changed using the [Height](https://help.syncfusion.c
144147
}
145148
146149
```
150+
{% previewsample "https://blazorplayground.syncfusion.com/embed/rDBosZZlhdfwvyVB?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
151+
147152
* [How can I adjust the margin of the QR code and handle text positioning when using the QRCodeGenerator in Syncfusion?](https://support.syncfusion.com/kb/article/18734/how-can-i-adjust-the-margin-of-the-qr-code-and-handle-text-positioning-when-using-the-qrcodegenerator-in-syncfusion)
148153

149154
* [How to export the QR code in a Blazor Server project to a desired location using a memory stream?](https://support.syncfusion.com/kb/article/17216/how-to-export-the-qr-code-in-a-blazor-server-project-to-a-desired-location-using-a-memory-stream)

0 commit comments

Comments
 (0)