Syncfusion.SfBarcode.UWP 22.2.7

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 22.2.7                
NuGet\Install-Package Syncfusion.SfBarcode.UWP -Version 22.2.7                
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="22.2.7" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.SfBarcode.UWP --version 22.2.7                
#r "nuget: Syncfusion.SfBarcode.UWP, 22.2.7"                
#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=22.2.7

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

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)
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.1.50 43 9/23/2024
27.1.48 96 9/18/2024
26.2.14 107 9/9/2024
26.2.13 106 9/5/2024
26.2.12 95 9/2/2024
26.2.11 96 8/27/2024
26.2.10 119 8/19/2024
26.2.9 108 8/12/2024
26.2.8 88 8/5/2024
26.2.7 50 7/29/2024
26.2.5 67 7/26/2024
26.2.4 88 7/24/2024
26.1.42 98 7/15/2024
26.1.41 97 7/8/2024
26.1.40 99 7/1/2024
26.1.39 275 6/24/2024
26.1.38 127 6/18/2024
26.1.35 123 6/11/2024
25.2.7 95 6/3/2024
25.2.6 93 5/28/2024
25.2.5 91 5/21/2024
25.2.4 85 5/14/2024
25.2.3 137 5/8/2024
25.1.42 180 4/29/2024
25.1.41 113 4/23/2024
25.1.40 113 4/15/2024
25.1.39 131 4/8/2024
25.1.38 106 4/1/2024
25.1.37 105 3/26/2024
25.1.35 146 3/15/2024
24.2.9 132 3/4/2024
24.2.8 115 2/26/2024
24.2.7 105 2/19/2024
24.2.6 115 2/14/2024
24.2.5 114 2/12/2024
24.2.4 97 2/5/2024
24.2.3 138 1/31/2024
24.1.47 117 1/22/2024
24.1.46 116 1/16/2024
24.1.45 143 1/8/2024
24.1.44 146 1/2/2024
24.1.43 128 12/27/2023
24.1.41 162 12/18/2023
23.2.7 197 12/6/2023
23.2.6 198 11/28/2023
23.2.5 154 11/23/2023
23.2.4 134 11/20/2023
23.1.44 178 11/6/2023
23.1.43 166 10/30/2023
23.1.42 166 10/23/2023
23.1.41 166 10/16/2023
23.1.40 278 10/10/2023
23.1.39 164 10/4/2023
23.1.38 185 9/26/2023
23.1.36 252 9/15/2023
22.2.12 215 9/5/2023
22.2.11 214 8/28/2023
22.2.10 190 8/22/2023
22.2.9 244 8/14/2023
22.2.8 193 8/7/2023
22.2.7 198 8/2/2023
22.2.5 224 7/27/2023
22.1.39 222 7/18/2023
22.1.38 198 7/11/2023
22.1.37 239 7/3/2023
22.1.36 239 6/28/2023
22.1.34 1,975 6/21/2023
21.2.10 252 6/12/2023
21.2.9 236 6/6/2023
21.2.8 266 5/30/2023
21.2.6 239 5/22/2023
21.2.5 274 5/15/2023
21.2.4 244 5/9/2023
21.2.3 314 5/3/2023
21.1.41 292 4/19/2023
21.1.39 325 4/10/2023
21.1.38 306 4/3/2023
21.1.37 309 3/29/2023
21.1.35 375 3/23/2023
20.4.0.54 345 3/13/2023
20.4.0.53 355 3/7/2023
20.4.0.52 305 2/28/2023
20.4.0.51 343 2/21/2023
20.4.0.50 363 2/14/2023
20.4.0.49 360 2/7/2023
20.4.0.48 496 2/1/2023
20.4.0.44 425 1/18/2023
20.4.0.43 441 1/10/2023
20.4.0.42 450 1/4/2023
20.4.0.41 397 12/29/2022
20.4.0.40 378 12/28/2022
20.4.0.38 451 12/21/2022
20.3.0.61 416 12/12/2022
20.3.0.60 407 12/6/2022
20.3.0.59 437 11/29/2022
20.3.0.58 1,421 11/22/2022
20.3.0.57 451 11/15/2022
20.3.0.56 482 11/8/2022
20.3.0.52 539 10/27/2022
20.3.0.50 539 10/18/2022
20.3.0.49 532 10/11/2022
20.3.0.48 469 10/5/2022
20.3.0.47 540 9/29/2022
20.2.0.50 592 9/20/2022
20.2.0.49 553 9/13/2022
20.2.0.48 544 9/6/2022
20.2.0.46 578 8/30/2022
20.2.0.45 561 8/23/2022
20.2.0.44 561 8/16/2022
20.2.0.43 667 8/8/2022
20.2.0.40 613 7/26/2022
20.2.0.39 692 7/19/2022
20.2.0.38 541 7/12/2022
20.2.0.36 676 6/30/2022
20.1.0.61 577 6/20/2022
20.1.0.60 585 6/14/2022
20.1.0.59 589 6/6/2022
20.1.0.58 565 5/30/2022
20.1.0.57 610 5/23/2022
20.1.0.56 599 5/17/2022
20.1.0.55 645 5/12/2022
20.1.0.52 562 5/2/2022
20.1.0.51 577 4/26/2022
20.1.0.50 596 4/19/2022
20.1.0.48 578 4/12/2022
20.1.0.47 683 4/4/2022
19.4.0.56 646 3/14/2022
19.4.0.55 582 3/8/2022
19.4.0.54 563 2/28/2022
19.4.0.53 580 2/22/2022
19.4.0.52 582 2/15/2022
19.4.0.50 565 2/8/2022
19.4.0.48 658 1/31/2022
19.4.0.47 634 1/24/2022
19.4.0.43 594 1/18/2022
19.4.0.42 403 1/10/2022
19.4.0.41 408 1/4/2022
19.4.0.40 409 12/28/2021
19.4.0.38 508 12/17/2021
19.3.0.59 475 12/14/2021
19.3.0.57 442 12/7/2021
19.3.0.56 1,041 11/29/2021
19.3.0.55 451 11/23/2021
19.3.0.54 430 11/17/2021
19.3.0.53 522 11/12/2021
19.3.0.48 444 11/3/2021
19.3.0.47 485 10/26/2021
19.3.0.46 560 10/19/2021
19.3.0.45 526 10/12/2021
19.3.0.44 507 10/5/2021
19.3.0.43 596 9/30/2021
19.2.0.62 587 9/13/2021
19.2.0.60 513 9/7/2021
19.2.0.59 571 8/30/2021
19.2.0.57 573 8/24/2021
19.2.0.56 547 8/17/2021
19.2.0.55 630 8/11/2021
19.2.0.51 551 8/2/2021
19.2.0.49 569 7/26/2021
19.2.0.48 528 7/19/2021
19.2.0.47 544 7/13/2021
19.2.0.46 514 7/6/2021
19.2.0.44 644 6/30/2021
19.1.0.69 624 6/14/2021
19.1.0.67 617 6/7/2021
19.1.0.66 607 5/31/2021
19.1.0.65 586 5/24/2021
19.1.0.64 602 5/19/2021
19.1.0.63 659 5/13/2021
19.1.0.59 539 5/3/2021
19.1.0.58 548 4/26/2021
19.1.0.57 637 4/20/2021
19.1.0.56 612 4/12/2021
19.1.0.55 568 4/6/2021
19.1.0.54 618 3/30/2021
18.4.0.49 1,159 3/22/2021
18.4.0.48 558 3/16/2021
18.4.0.47 613 3/9/2021
18.4.0.46 585 3/2/2021
18.4.0.44 604 2/23/2021
18.4.0.43 574 2/15/2021
18.4.0.42 647 2/9/2021
18.4.0.41 1,043 2/2/2021
18.4.0.39 702 1/28/2021
18.4.0.35 575 1/19/2021
18.4.0.34 603 1/12/2021
18.4.0.33 606 1/4/2021
18.4.0.32 587 12/30/2020
18.4.0.31 593 12/22/2020
18.4.0.30 744 12/17/2020
18.3.0.53 655 12/8/2020
18.3.0.52 676 11/30/2020
18.3.0.51 632 11/23/2020
18.3.0.50 620 11/17/2020
18.3.0.48 626 11/10/2020
18.3.0.47 685 11/5/2020
18.3.0.44 674 10/27/2020
18.3.0.42 650 10/20/2020
18.3.0.40 638 10/12/2020
18.3.0.38 634 10/7/2020
18.3.0.35 775 10/1/2020
18.2.0.59 3,478 9/22/2020
18.2.0.58 645 9/15/2020
18.2.0.57 709 9/8/2020
18.2.0.56 632 9/1/2020
18.2.0.55 656 8/25/2020
18.2.0.54 667 8/18/2020
18.2.0.48 746 8/4/2020
18.2.0.47 724 7/28/2020
18.2.0.46 663 7/21/2020
18.2.0.45 686 7/14/2020
18.2.0.44 879 7/6/2020
18.1.0.59 780 6/23/2020
18.1.0.57 708 6/15/2020
18.1.0.56 702 6/9/2020
18.1.0.55 707 6/2/2020
18.1.0.54 714 5/26/2020
18.1.0.53 741 5/19/2020
18.1.0.52 807 5/13/2020
18.1.0.48 732 5/5/2020
18.1.0.46 741 4/28/2020
18.1.0.45 697 4/21/2020
18.1.0.44 724 4/14/2020
18.1.0.43 754 4/7/2020
18.1.0.42 905 4/1/2020
18.1.0.36-beta 458 3/19/2020
17.4.0.55 795 3/10/2020
17.4.0.53 743 3/3/2020
17.4.0.51 741 2/25/2020
17.4.0.50 756 2/18/2020
17.4.0.49 741 2/11/2020
17.4.0.47 753 2/5/2020
17.4.0.46 884 1/30/2020
17.4.0.44 774 1/21/2020
17.4.0.43 765 1/14/2020
17.4.0.41 803 1/7/2020
17.4.0.40 808 12/24/2019
17.4.0.39 924 12/17/2019
17.3.0.34 757 12/10/2019
17.3.0.33 736 12/4/2019
17.3.0.30 761 12/3/2019
17.3.0.29 787 11/26/2019
17.3.0.28 746 11/18/2019
17.3.0.27 777 11/12/2019
17.3.0.26 849 11/5/2019
17.3.0.21 736 10/29/2019
17.3.0.19 753 10/22/2019
17.3.0.17 879 10/15/2019
17.3.0.14 1,449 10/3/2019
17.3.0.9-beta 504 9/20/2019
17.2.0.51 770 9/10/2019
17.2.0.49 783 9/3/2019
17.2.0.47 764 8/27/2019
17.2.0.46 848 8/22/2019
17.2.0.41 829 8/13/2019
17.2.0.40 855 8/6/2019
17.2.0.39 817 7/30/2019
17.2.0.36 791 7/23/2019
17.2.0.35 768 7/17/2019
17.2.0.34 881 7/11/2019
17.2.0.28-beta 469 6/27/2019
17.1.0.53 801 6/25/2019
17.1.0.52 773 6/18/2019
17.1.0.51 861 6/11/2019
17.1.0.50 810 6/4/2019
17.1.0.49 818 5/28/2019
17.1.0.48 885 5/21/2019
17.1.0.47 808 5/14/2019
17.1.0.44 821 5/7/2019
17.1.0.43 815 4/30/2019
17.1.0.42 884 4/23/2019
17.1.0.41 825 4/16/2019
17.1.0.40 837 4/9/2019
17.1.0.38 837 3/29/2019
17.1.0.32-beta 556 3/13/2019
16.4.0.54 959 2/19/2019
16.4.0.53 944 2/13/2019
16.4.0.52 956 2/5/2019
16.4.0.48 899 1/22/2019
16.4.0.47 898 1/16/2019
16.4.0.46 938 1/8/2019
16.4.0.44 887 12/24/2018
16.4.0.42 937 12/17/2018
16.4.0.40-beta 634 12/10/2018
16.3.0.36 959 11/27/2018
16.3.0.35-beta 665 11/23/2018
16.3.0.29 941 10/30/2018
16.3.0.21 1,020 9/21/2018
16.3.0.17-beta 694 9/12/2018
16.2.0.50 1,020 8/28/2018
16.2.0.46 1,100 8/8/2018