Syncfusion.SfBarcode.UWP 20.3.0.61

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.SfBarcode.UWP --version 20.3.0.61                
NuGet\Install-Package Syncfusion.SfBarcode.UWP -Version 20.3.0.61                
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="20.3.0.61" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.SfBarcode.UWP --version 20.3.0.61                
#r "nuget: Syncfusion.SfBarcode.UWP, 20.3.0.61"                
#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=20.3.0.61

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

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 (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), 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)
Included target framework(s) (in package)
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

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
27.2.2 41 11/15/2024
27.1.58 79 11/4/2024
27.1.57 78 10/28/2024
27.1.56 65 10/23/2024
27.1.55 79 10/21/2024
27.1.53 99 10/14/2024
27.1.52 83 10/7/2024
27.1.51 93 9/30/2024
27.1.50 96 9/23/2024
27.1.48 132 9/18/2024
26.2.14 120 9/9/2024
26.2.13 120 9/5/2024
26.2.12 103 9/2/2024
26.2.11 102 8/27/2024
26.2.10 126 8/19/2024
26.2.9 113 8/12/2024
26.2.8 94 8/5/2024
26.2.7 53 7/29/2024
26.2.5 71 7/26/2024
26.2.4 92 7/24/2024
26.1.42 101 7/15/2024
26.1.41 100 7/8/2024
26.1.40 101 7/1/2024
26.1.39 346 6/24/2024
26.1.38 134 6/18/2024
26.1.35 126 6/11/2024
25.2.7 97 6/3/2024
25.2.6 98 5/28/2024
25.2.5 93 5/21/2024
25.2.4 90 5/14/2024
25.2.3 141 5/8/2024
25.1.42 182 4/29/2024
25.1.41 117 4/23/2024
25.1.40 115 4/15/2024
25.1.39 135 4/8/2024
25.1.38 109 4/1/2024
25.1.37 107 3/26/2024
25.1.35 150 3/15/2024
24.2.9 134 3/4/2024
24.2.8 117 2/26/2024
24.2.7 109 2/19/2024
24.2.6 119 2/14/2024
24.2.5 119 2/12/2024
24.2.4 99 2/5/2024
24.2.3 144 1/31/2024
24.1.47 119 1/22/2024
24.1.46 121 1/16/2024
24.1.45 145 1/8/2024
24.1.44 149 1/2/2024
24.1.43 131 12/27/2023
24.1.41 164 12/18/2023
23.2.7 200 12/6/2023
23.2.6 200 11/28/2023
23.2.5 158 11/23/2023
23.2.4 136 11/20/2023
23.1.44 183 11/6/2023
23.1.43 170 10/30/2023
23.1.42 168 10/23/2023
23.1.41 169 10/16/2023
23.1.40 332 10/10/2023
23.1.39 166 10/4/2023
23.1.38 187 9/26/2023
23.1.36 254 9/15/2023
22.2.12 217 9/5/2023
22.2.11 216 8/28/2023
22.2.10 193 8/22/2023
22.2.9 247 8/14/2023
22.2.8 195 8/7/2023
22.2.7 200 8/2/2023
22.2.5 228 7/27/2023
22.1.39 226 7/18/2023
22.1.38 200 7/11/2023
22.1.37 241 7/3/2023
22.1.36 243 6/28/2023
22.1.34 2,185 6/21/2023
21.2.10 256 6/12/2023
21.2.9 238 6/6/2023
21.2.8 268 5/30/2023
21.2.6 241 5/22/2023
21.2.5 277 5/15/2023
21.2.4 246 5/9/2023
21.2.3 316 5/3/2023
21.1.41 294 4/19/2023
21.1.39 328 4/10/2023
21.1.38 308 4/3/2023
21.1.37 311 3/29/2023
21.1.35 377 3/23/2023
20.4.0.54 347 3/13/2023
20.4.0.53 358 3/7/2023
20.4.0.52 307 2/28/2023
20.4.0.51 345 2/21/2023
20.4.0.50 365 2/14/2023
20.4.0.49 362 2/7/2023
20.4.0.48 501 2/1/2023
20.4.0.44 427 1/18/2023
20.4.0.43 445 1/10/2023
20.4.0.42 452 1/4/2023
20.4.0.41 399 12/29/2022
20.4.0.40 381 12/28/2022
20.4.0.38 454 12/21/2022
20.3.0.61 418 12/12/2022
20.3.0.60 409 12/6/2022
20.3.0.59 439 11/29/2022
20.3.0.58 1,423 11/22/2022
20.3.0.57 453 11/15/2022
20.3.0.56 484 11/8/2022
20.3.0.52 541 10/27/2022
20.3.0.50 541 10/18/2022
20.3.0.49 534 10/11/2022
20.3.0.48 472 10/5/2022
20.3.0.47 542 9/29/2022
20.2.0.50 594 9/20/2022
20.2.0.49 555 9/13/2022
20.2.0.48 546 9/6/2022
20.2.0.46 580 8/30/2022
20.2.0.45 563 8/23/2022
20.2.0.44 563 8/16/2022
20.2.0.43 669 8/8/2022
20.2.0.40 615 7/26/2022
20.2.0.39 694 7/19/2022
20.2.0.38 543 7/12/2022
20.2.0.36 678 6/30/2022
20.1.0.61 579 6/20/2022
20.1.0.60 587 6/14/2022
20.1.0.59 591 6/6/2022
20.1.0.58 567 5/30/2022
20.1.0.57 612 5/23/2022
20.1.0.56 601 5/17/2022
20.1.0.55 648 5/12/2022
20.1.0.52 564 5/2/2022
20.1.0.51 580 4/26/2022
20.1.0.50 598 4/19/2022
20.1.0.48 580 4/12/2022
20.1.0.47 686 4/4/2022
19.4.0.56 648 3/14/2022
19.4.0.55 584 3/8/2022
19.4.0.54 567 2/28/2022
19.4.0.53 582 2/22/2022
19.4.0.52 584 2/15/2022
19.4.0.50 567 2/8/2022
19.4.0.48 660 1/31/2022
19.4.0.47 640 1/24/2022
19.4.0.43 596 1/18/2022
19.4.0.42 405 1/10/2022
19.4.0.41 411 1/4/2022
19.4.0.40 411 12/28/2021
19.4.0.38 510 12/17/2021
19.3.0.59 477 12/14/2021
19.3.0.57 445 12/7/2021
19.3.0.56 1,043 11/29/2021
19.3.0.55 453 11/23/2021
19.3.0.54 432 11/17/2021
19.3.0.53 525 11/12/2021
19.3.0.48 446 11/3/2021
19.3.0.47 487 10/26/2021
19.3.0.46 562 10/19/2021
19.3.0.45 529 10/12/2021
19.3.0.44 510 10/5/2021
19.3.0.43 598 9/30/2021
19.2.0.62 590 9/13/2021
19.2.0.60 515 9/7/2021
19.2.0.59 573 8/30/2021
19.2.0.57 575 8/24/2021
19.2.0.56 549 8/17/2021
19.2.0.55 633 8/11/2021
19.2.0.51 553 8/2/2021
19.2.0.49 571 7/26/2021
19.2.0.48 530 7/19/2021
19.2.0.47 546 7/13/2021
19.2.0.46 516 7/6/2021
19.2.0.44 646 6/30/2021
19.1.0.69 626 6/14/2021
19.1.0.67 619 6/7/2021
19.1.0.66 610 5/31/2021
19.1.0.65 588 5/24/2021
19.1.0.64 604 5/19/2021
19.1.0.63 662 5/13/2021
19.1.0.59 542 5/3/2021
19.1.0.58 550 4/26/2021
19.1.0.57 639 4/20/2021
19.1.0.56 614 4/12/2021
19.1.0.55 570 4/6/2021
19.1.0.54 621 3/30/2021
18.4.0.49 1,167 3/22/2021
18.4.0.48 560 3/16/2021
18.4.0.47 616 3/9/2021
18.4.0.46 589 3/2/2021
18.4.0.44 606 2/23/2021
18.4.0.43 577 2/15/2021
18.4.0.42 649 2/9/2021
18.4.0.41 1,045 2/2/2021
18.4.0.39 704 1/28/2021
18.4.0.35 577 1/19/2021
18.4.0.34 605 1/12/2021
18.4.0.33 609 1/4/2021
18.4.0.32 589 12/30/2020
18.4.0.31 595 12/22/2020
18.4.0.30 746 12/17/2020
18.3.0.53 657 12/8/2020
18.3.0.52 678 11/30/2020
18.3.0.51 634 11/23/2020
18.3.0.50 623 11/17/2020
18.3.0.48 628 11/10/2020
18.3.0.47 687 11/5/2020
18.3.0.44 676 10/27/2020
18.3.0.42 652 10/20/2020
18.3.0.40 640 10/12/2020
18.3.0.38 636 10/7/2020
18.3.0.35 777 10/1/2020
18.2.0.59 3,513 9/22/2020
18.2.0.58 648 9/15/2020
18.2.0.57 712 9/8/2020
18.2.0.56 634 9/1/2020
18.2.0.55 658 8/25/2020
18.2.0.54 669 8/18/2020
18.2.0.48 748 8/4/2020
18.2.0.47 727 7/28/2020
18.2.0.46 666 7/21/2020
18.2.0.45 689 7/14/2020
18.2.0.44 885 7/6/2020
18.1.0.59 783 6/23/2020
18.1.0.57 711 6/15/2020
18.1.0.56 706 6/9/2020
18.1.0.55 710 6/2/2020
18.1.0.54 717 5/26/2020
18.1.0.53 744 5/19/2020
18.1.0.52 810 5/13/2020
18.1.0.48 736 5/5/2020
18.1.0.46 744 4/28/2020
18.1.0.45 701 4/21/2020
18.1.0.44 726 4/14/2020
18.1.0.43 756 4/7/2020
18.1.0.42 907 4/1/2020
18.1.0.36-beta 459 3/19/2020
17.4.0.55 798 3/10/2020
17.4.0.53 745 3/3/2020
17.4.0.51 743 2/25/2020
17.4.0.50 758 2/18/2020
17.4.0.49 743 2/11/2020
17.4.0.47 755 2/5/2020
17.4.0.46 886 1/30/2020
17.4.0.44 777 1/21/2020
17.4.0.43 767 1/14/2020
17.4.0.41 805 1/7/2020
17.4.0.40 810 12/24/2019
17.4.0.39 927 12/17/2019
17.3.0.34 760 12/10/2019
17.3.0.33 738 12/4/2019
17.3.0.30 763 12/3/2019
17.3.0.29 789 11/26/2019
17.3.0.28 750 11/18/2019
17.3.0.27 780 11/12/2019
17.3.0.26 851 11/5/2019
17.3.0.21 738 10/29/2019
17.3.0.19 755 10/22/2019
17.3.0.17 881 10/15/2019
17.3.0.14 1,453 10/3/2019
17.3.0.9-beta 505 9/20/2019
17.2.0.51 774 9/10/2019
17.2.0.49 785 9/3/2019
17.2.0.47 767 8/27/2019
17.2.0.46 851 8/22/2019
17.2.0.41 831 8/13/2019
17.2.0.40 857 8/6/2019
17.2.0.39 819 7/30/2019
17.2.0.36 794 7/23/2019
17.2.0.35 771 7/17/2019
17.2.0.34 883 7/11/2019
17.2.0.28-beta 474 6/27/2019
17.1.0.53 803 6/25/2019
17.1.0.52 775 6/18/2019
17.1.0.51 864 6/11/2019
17.1.0.50 812 6/4/2019
17.1.0.49 820 5/28/2019
17.1.0.48 888 5/21/2019
17.1.0.47 810 5/14/2019
17.1.0.44 822 5/7/2019
17.1.0.43 816 4/30/2019
17.1.0.42 887 4/23/2019
17.1.0.41 826 4/16/2019
17.1.0.40 838 4/9/2019
17.1.0.38 838 3/29/2019
17.1.0.32-beta 557 3/13/2019
16.4.0.54 960 2/19/2019
16.4.0.53 946 2/13/2019
16.4.0.52 957 2/5/2019
16.4.0.48 902 1/22/2019
16.4.0.47 901 1/16/2019
16.4.0.46 940 1/8/2019
16.4.0.44 888 12/24/2018
16.4.0.42 938 12/17/2018
16.4.0.40-beta 635 12/10/2018
16.3.0.36 963 11/27/2018
16.3.0.35-beta 669 11/23/2018
16.3.0.29 942 10/30/2018
16.3.0.21 1,023 9/21/2018
16.3.0.17-beta 699 9/12/2018
16.2.0.50 1,025 8/28/2018
16.2.0.46 1,101 8/8/2018