Skip to content

Commit

Permalink
Update add-barcode-to-pdf-telerik.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dessyordanova authored Jul 11, 2024
1 parent 224c08d commit 4ce3150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knowledge-base/add-barcode-to-pdf-telerik.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To add a barcode to a PDF document, consider using the [WinForms BarcodeView](ht

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

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

## Notes

Expand Down

0 comments on commit 4ce3150

Please sign in to comment.