Syncfusion.SfBarcode.UWP 23.2.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Syncfusion.SfBarcode.UWP --version 23.2.6
NuGet\Install-Package Syncfusion.SfBarcode.UWP -Version 23.2.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.SfBarcode.UWP" Version="23.2.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.SfBarcode.UWP --version 23.2.6
#r "nuget: Syncfusion.SfBarcode.UWP, 23.2.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Syncfusion.SfBarcode.UWP as a Cake Addin
#addin nuget:?package=Syncfusion.SfBarcode.UWP&version=23.2.6

// Install Syncfusion.SfBarcode.UWP as a Cake Tool
#tool nuget:?package=Syncfusion.SfBarcode.UWP&version=23.2.6

Syncfusion UWP Barcode Component

The Syncfusion UWP Barcode for UWP is a .NET control that renders barcode in any .NET application without requiring fonts. It supports major 1D and 2D barcodes including Code 128 and QR Code.

UWP Barcode control

Features overview | Docs | API Reference | Online Demo | Blogs | Support | Forums | Feedback.

Key Features

  • Complete customization of barcode to augment its appearance.
  • Support most common 1D and 2D barcodes.
  • Easy to use and integrate.
  • QR code
  • Data Matrix
  • Code 39
  • Code 39 Extended
  • Code 128
  • Code 11
  • Codabar
  • Code 93
  • Code 93 Extended
  • Code 32
  • UPC

System Requirements

Getting started

You can fetch the Syncfusion .NET PDF library NuGet by simply running the command Install-Package Syncfusion.SfBarcode.UWP from the Package Manager Console in Visual Studio.

Try the following code example to add Code39 barcode

//Creating new PDF Document
PdfDocument doc = new PdfDocument();
//Adding new page to PDF document
PdfPage page = doc.Pages.Add();
//Drawing Code39 barcode 
PdfCode39Barcode barcode = new PdfCode39Barcode();
//Setting height of the barcode 
barcode.BarHeight = 45;
barcode.Text = "CODE39$";
//Printing barcode on to the Pdf. 
barcode.Draw(page, new PointF(25, 70));
//Save the PDF document to stream
MemoryStream stream = new MemoryStream();
await doc.SaveAsync(stream);
//Close the document
doc.Close(true);                                                                   
//Save the stream as PDF document file in local machine. Refer to PDF/UWP section for respected code samples
Save(stream, "output.pdf");

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1700+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI, Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI, Flutter, Xamarin, and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

sales@syncfusion.com | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syncfusion.SfBarcode.UWP:

Package Downloads
Syncfusion.Xamarin.SfBarcode The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Xamarin Barcode control and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.2.6 48 11/28/2023
23.2.5 63 11/23/2023
23.2.4 56 11/20/2023
23.1.44 75 11/6/2023
23.1.43 76 10/30/2023
23.1.42 70 10/23/2023
23.1.41 75 10/16/2023
23.1.40 97 10/10/2023
23.1.39 83 10/4/2023
23.1.38 88 9/26/2023
23.1.36 135 9/15/2023
22.2.12 108 9/5/2023
22.2.11 124 8/28/2023
22.2.10 98 8/22/2023
22.2.9 146 8/14/2023
22.2.8 111 8/7/2023
22.2.7 116 8/2/2023
22.2.5 143 7/27/2023
22.1.39 125 7/18/2023
22.1.38 125 7/11/2023
22.1.37 150 7/3/2023
22.1.36 150 6/28/2023
22.1.34 854 6/21/2023
21.2.10 151 6/12/2023
21.2.9 146 6/6/2023
21.2.8 184 5/30/2023
21.2.6 171 5/22/2023
21.2.5 189 5/15/2023
21.2.4 175 5/9/2023
21.2.3 234 5/3/2023
21.1.41 217 4/19/2023
21.1.39 240 4/10/2023
21.1.38 230 4/3/2023
21.1.37 227 3/29/2023
21.1.35 299 3/23/2023
20.4.0.54 265 3/13/2023
20.4.0.53 280 3/7/2023
20.4.0.52 254 2/28/2023
20.4.0.51 267 2/21/2023
20.4.0.50 275 2/14/2023
20.4.0.49 282 2/7/2023
20.4.0.48 401 2/1/2023
20.4.0.44 347 1/18/2023
20.4.0.43 358 1/10/2023
20.4.0.42 343 1/4/2023
20.4.0.41 308 12/29/2022
20.4.0.40 308 12/28/2022
20.4.0.38 365 12/21/2022
20.3.0.61 328 12/12/2022
20.3.0.60 345 12/6/2022
20.3.0.59 352 11/29/2022
20.3.0.58 1,022 11/22/2022
20.3.0.57 378 11/15/2022
20.3.0.56 404 11/8/2022
20.3.0.52 453 10/27/2022
20.3.0.50 450 10/18/2022
20.3.0.49 456 10/11/2022
20.3.0.48 400 10/5/2022
20.3.0.47 477 9/29/2022
20.2.0.50 496 9/20/2022
20.2.0.49 476 9/13/2022
20.2.0.48 473 9/6/2022
20.2.0.46 511 8/30/2022
20.2.0.45 493 8/23/2022
20.2.0.44 491 8/16/2022
20.2.0.43 591 8/8/2022
20.2.0.40 542 7/26/2022
20.2.0.39 629 7/19/2022
20.2.0.38 472 7/12/2022
20.2.0.36 616 6/30/2022
20.1.0.61 506 6/20/2022
20.1.0.60 510 6/14/2022
20.1.0.59 512 6/6/2022
20.1.0.58 484 5/30/2022
20.1.0.57 533 5/23/2022
20.1.0.56 532 5/17/2022
20.1.0.55 582 5/12/2022
20.1.0.52 503 5/2/2022
20.1.0.51 509 4/26/2022
20.1.0.50 513 4/19/2022
20.1.0.48 497 4/12/2022
20.1.0.47 600 4/4/2022
19.4.0.56 565 3/14/2022
19.4.0.55 501 3/8/2022
19.4.0.54 490 2/28/2022
19.4.0.53 503 2/22/2022
19.4.0.52 502 2/15/2022
19.4.0.50 516 2/8/2022
19.4.0.48 602 1/31/2022
19.4.0.47 547 1/24/2022
19.4.0.43 518 1/18/2022
19.4.0.42 329 1/10/2022
19.4.0.41 356 1/4/2022
19.4.0.40 347 12/28/2021
19.4.0.38 433 12/17/2021
19.3.0.59 398 12/14/2021
19.3.0.57 386 12/7/2021
19.3.0.56 955 11/29/2021
19.3.0.55 380 11/23/2021
19.3.0.54 368 11/17/2021
19.3.0.53 445 11/12/2021
19.3.0.48 373 11/3/2021
19.3.0.47 406 10/26/2021
19.3.0.46 479 10/19/2021
19.3.0.45 463 10/12/2021
19.3.0.44 439 10/5/2021
19.3.0.43 512 9/30/2021
19.2.0.62 504 9/13/2021
19.2.0.60 449 9/7/2021
19.2.0.59 481 8/30/2021
19.2.0.57 499 8/24/2021
19.2.0.56 473 8/17/2021
19.2.0.55 542 8/11/2021
19.2.0.51 469 8/2/2021
19.2.0.49 476 7/26/2021
19.2.0.48 442 7/19/2021
19.2.0.47 463 7/13/2021
19.2.0.46 452 7/6/2021
19.2.0.44 558 6/30/2021
19.1.0.69 551 6/14/2021
19.1.0.67 533 6/7/2021
19.1.0.66 518 5/31/2021
19.1.0.65 501 5/24/2021
19.1.0.64 517 5/19/2021
19.1.0.63 573 5/13/2021
19.1.0.59 469 5/3/2021
19.1.0.58 481 4/26/2021
19.1.0.57 553 4/20/2021
19.1.0.56 525 4/12/2021
19.1.0.55 487 4/6/2021
19.1.0.54 546 3/30/2021
18.4.0.49 900 3/22/2021
18.4.0.48 467 3/16/2021
18.4.0.47 530 3/9/2021
18.4.0.46 500 3/2/2021
18.4.0.44 518 2/23/2021
18.4.0.43 504 2/15/2021
18.4.0.42 563 2/9/2021
18.4.0.41 973 2/2/2021
18.4.0.39 629 1/28/2021
18.4.0.35 491 1/19/2021
18.4.0.34 539 1/12/2021
18.4.0.33 519 1/4/2021
18.4.0.32 497 12/30/2020
18.4.0.31 526 12/22/2020
18.4.0.30 664 12/17/2020
18.3.0.53 568 12/8/2020
18.3.0.52 592 11/30/2020
18.3.0.51 550 11/23/2020
18.3.0.50 570 11/17/2020
18.3.0.48 541 11/10/2020
18.3.0.47 603 11/5/2020
18.3.0.44 590 10/27/2020
18.3.0.42 559 10/20/2020
18.3.0.40 571 10/12/2020
18.3.0.38 561 10/7/2020
18.3.0.35 690 10/1/2020
18.2.0.59 2,808 9/22/2020
18.2.0.58 561 9/15/2020
18.2.0.57 624 9/8/2020
18.2.0.56 544 9/1/2020
18.2.0.55 586 8/25/2020
18.2.0.54 596 8/18/2020
18.2.0.48 665 8/4/2020
18.2.0.47 639 7/28/2020
18.2.0.46 591 7/21/2020
18.2.0.45 602 7/14/2020
18.2.0.44 805 7/6/2020
18.1.0.59 712 6/23/2020
18.1.0.57 643 6/15/2020
18.1.0.56 617 6/9/2020
18.1.0.55 624 6/2/2020
18.1.0.54 628 5/26/2020
18.1.0.53 657 5/19/2020
18.1.0.52 721 5/13/2020
18.1.0.48 644 5/5/2020
18.1.0.46 655 4/28/2020
18.1.0.45 644 4/21/2020
18.1.0.44 636 4/14/2020
18.1.0.43 687 4/7/2020
18.1.0.42 816 4/1/2020
18.1.0.36-beta 382 3/19/2020
17.4.0.55 709 3/10/2020
17.4.0.53 677 3/3/2020
17.4.0.51 655 2/25/2020
17.4.0.50 665 2/18/2020
17.4.0.49 660 2/11/2020
17.4.0.47 666 2/5/2020
17.4.0.46 799 1/30/2020
17.4.0.44 693 1/21/2020
17.4.0.43 682 1/14/2020
17.4.0.41 730 1/7/2020
17.4.0.40 721 12/24/2019
17.4.0.39 839 12/17/2019
17.3.0.34 670 12/10/2019
17.3.0.33 655 12/4/2019
17.3.0.30 678 12/3/2019
17.3.0.29 704 11/26/2019
17.3.0.28 675 11/18/2019
17.3.0.27 693 11/12/2019
17.3.0.26 769 11/5/2019
17.3.0.21 651 10/29/2019
17.3.0.19 665 10/22/2019
17.3.0.17 797 10/15/2019
17.3.0.14 1,360 10/3/2019
17.3.0.9-beta 431 9/20/2019
17.2.0.51 695 9/10/2019
17.2.0.49 696 9/3/2019
17.2.0.47 675 8/27/2019
17.2.0.46 780 8/22/2019
17.2.0.41 751 8/13/2019
17.2.0.40 761 8/6/2019
17.2.0.39 750 7/30/2019
17.2.0.36 734 7/23/2019
17.2.0.35 723 7/17/2019
17.2.0.34 813 7/11/2019
17.2.0.28-beta 410 6/27/2019
17.1.0.53 712 6/25/2019
17.1.0.52 703 6/18/2019
17.1.0.51 769 6/11/2019
17.1.0.50 725 6/4/2019
17.1.0.49 734 5/28/2019
17.1.0.48 820 5/21/2019
17.1.0.47 724 5/14/2019
17.1.0.44 734 5/7/2019
17.1.0.43 745 4/30/2019
17.1.0.42 802 4/23/2019
17.1.0.41 753 4/16/2019
17.1.0.40 757 4/9/2019
17.1.0.38 762 3/29/2019
17.1.0.32-beta 478 3/13/2019
16.4.0.54 865 2/19/2019
16.4.0.53 864 2/13/2019
16.4.0.52 869 2/5/2019
16.4.0.48 832 1/22/2019
16.4.0.47 823 1/16/2019
16.4.0.46 856 1/8/2019
16.4.0.44 802 12/24/2018
16.4.0.42 859 12/17/2018
16.4.0.40-beta 557 12/10/2018
16.3.0.36 873 11/27/2018
16.3.0.35-beta 606 11/23/2018
16.3.0.29 868 10/30/2018
16.3.0.21 923 9/21/2018
16.3.0.17-beta 613 9/12/2018
16.2.0.50 923 8/28/2018
16.2.0.46 1,006 8/8/2018