Skip to content

Commit 4ce3150

Browse files
Update add-barcode-to-pdf-telerik.md
1 parent 224c08d commit 4ce3150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

knowledge-base/add-barcode-to-pdf-telerik.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To add a barcode to a PDF document, consider using the [WinForms BarcodeView](ht
2929

3030
2\. Then, add the [image to the PDF document]({%slug pdf-from-images-with-radfixeddocumenteditor%}). Here is a sample code snippet:
3131

32-
```csharp
32+
```csharp
3333
Telerik.WinControls.UI.Barcode.QRCode qrCode1 = new Telerik.WinControls.UI.Barcode.QRCode();
3434
RadBarcodeView radBarcodeView = new RadBarcodeView();
3535
radBarcodeView.BindingContext = new BindingContext();
@@ -57,7 +57,7 @@ To add a barcode to a PDF document, consider using the [WinForms BarcodeView](ht
5757
provider.Export(fixedDocument, output);
5858
}
5959
Process.Start(new ProcessStartInfo() { FileName = outputFilePath, UseShellExecute = true });
60-
```
60+
```
6161

6262
## Notes
6363

0 commit comments

Comments
 (0)