Syncfusion.SfBarcode.UWP 26.2.11

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

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

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
26.2.11 46 8/27/2024
26.2.10 79 8/19/2024
26.2.9 71 8/12/2024
26.2.8 68 8/5/2024
26.2.7 36 7/29/2024
26.2.5 62 7/26/2024
26.2.4 67 7/24/2024
26.1.42 77 7/15/2024
26.1.41 78 7/8/2024
26.1.40 80 7/1/2024
26.1.39 192 6/24/2024
26.1.38 100 6/18/2024
26.1.35 102 6/11/2024
25.2.7 91 6/3/2024
25.2.6 72 5/28/2024
25.2.5 86 5/21/2024
25.2.4 67 5/14/2024
25.2.3 117 5/8/2024
25.1.42 166 4/29/2024
25.1.41 96 4/23/2024
25.1.40 96 4/15/2024
25.1.39 112 4/8/2024
25.1.38 104 4/1/2024
25.1.37 98 3/26/2024
25.1.35 143 3/15/2024
24.2.9 118 3/4/2024
24.2.8 112 2/26/2024
24.2.7 104 2/19/2024
24.2.6 99 2/14/2024
24.2.5 98 2/12/2024
24.2.4 89 2/5/2024
24.2.3 121 1/31/2024
24.1.47 100 1/22/2024
24.1.46 100 1/16/2024
24.1.45 129 1/8/2024
24.1.44 128 1/2/2024
24.1.43 111 12/27/2023
24.1.41 147 12/18/2023
23.2.7 180 12/6/2023
23.2.6 174 11/28/2023
23.2.5 137 11/23/2023
23.2.4 128 11/20/2023
23.1.44 155 11/6/2023
23.1.43 125 10/30/2023
23.1.42 144 10/23/2023
23.1.41 147 10/16/2023
23.1.40 241 10/10/2023
23.1.39 155 10/4/2023
23.1.38 164 9/26/2023
23.1.36 229 9/15/2023
22.2.12 195 9/5/2023
22.2.11 195 8/28/2023
22.2.10 173 8/22/2023
22.2.9 220 8/14/2023
22.2.8 176 8/7/2023
22.2.7 179 8/2/2023
22.2.5 202 7/27/2023
22.1.39 201 7/18/2023
22.1.38 182 7/11/2023
22.1.37 219 7/3/2023
22.1.36 223 6/28/2023
22.1.34 1,878 6/21/2023
21.2.10 231 6/12/2023
21.2.9 218 6/6/2023
21.2.8 254 5/30/2023
21.2.6 218 5/22/2023
21.2.5 256 5/15/2023
21.2.4 227 5/9/2023
21.2.3 298 5/3/2023
21.1.41 278 4/19/2023
21.1.39 309 4/10/2023
21.1.38 288 4/3/2023
21.1.37 294 3/29/2023
21.1.35 357 3/23/2023
20.4.0.54 331 3/13/2023
20.4.0.53 338 3/7/2023
20.4.0.52 288 2/28/2023
20.4.0.51 329 2/21/2023
20.4.0.50 347 2/14/2023
20.4.0.49 341 2/7/2023
20.4.0.48 478 2/1/2023
20.4.0.44 409 1/18/2023
20.4.0.43 429 1/10/2023
20.4.0.42 429 1/4/2023
20.4.0.41 381 12/29/2022
20.4.0.40 365 12/28/2022
20.4.0.38 437 12/21/2022
20.3.0.61 398 12/12/2022
20.3.0.60 392 12/6/2022
20.3.0.59 422 11/29/2022
20.3.0.58 1,417 11/22/2022
20.3.0.57 437 11/15/2022
20.3.0.56 466 11/8/2022
20.3.0.52 523 10/27/2022
20.3.0.50 521 10/18/2022
20.3.0.49 517 10/11/2022
20.3.0.48 455 10/5/2022
20.3.0.47 524 9/29/2022
20.2.0.50 579 9/20/2022
20.2.0.49 538 9/13/2022
20.2.0.48 526 9/6/2022
20.2.0.46 559 8/30/2022
20.2.0.45 547 8/23/2022
20.2.0.44 545 8/16/2022
20.2.0.43 654 8/8/2022
20.2.0.40 596 7/26/2022
20.2.0.39 678 7/19/2022
20.2.0.38 528 7/12/2022
20.2.0.36 674 6/30/2022
20.1.0.61 563 6/20/2022
20.1.0.60 566 6/14/2022
20.1.0.59 575 6/6/2022
20.1.0.58 546 5/30/2022
20.1.0.57 595 5/23/2022
20.1.0.56 585 5/17/2022
20.1.0.55 644 5/12/2022
20.1.0.52 549 5/2/2022
20.1.0.51 564 4/26/2022
20.1.0.50 578 4/19/2022
20.1.0.48 561 4/12/2022
20.1.0.47 664 4/4/2022
19.4.0.56 644 3/14/2022
19.4.0.55 567 3/8/2022
19.4.0.54 549 2/28/2022
19.4.0.53 565 2/22/2022
19.4.0.52 566 2/15/2022
19.4.0.50 563 2/8/2022
19.4.0.48 642 1/31/2022
19.4.0.47 612 1/24/2022
19.4.0.43 580 1/18/2022
19.4.0.42 387 1/10/2022
19.4.0.41 393 1/4/2022
19.4.0.40 393 12/28/2021
19.4.0.38 493 12/17/2021
19.3.0.59 458 12/14/2021
19.3.0.57 430 12/7/2021
19.3.0.56 1,025 11/29/2021
19.3.0.55 437 11/23/2021
19.3.0.54 413 11/17/2021
19.3.0.53 504 11/12/2021
19.3.0.48 425 11/3/2021
19.3.0.47 469 10/26/2021
19.3.0.46 543 10/19/2021
19.3.0.45 513 10/12/2021
19.3.0.44 488 10/5/2021
19.3.0.43 577 9/30/2021
19.2.0.62 573 9/13/2021
19.2.0.60 497 9/7/2021
19.2.0.59 551 8/30/2021
19.2.0.57 557 8/24/2021
19.2.0.56 528 8/17/2021
19.2.0.55 612 8/11/2021
19.2.0.51 531 8/2/2021
19.2.0.49 550 7/26/2021
19.2.0.48 514 7/19/2021
19.2.0.47 530 7/13/2021
19.2.0.46 512 7/6/2021
19.2.0.44 629 6/30/2021
19.1.0.69 622 6/14/2021
19.1.0.67 600 6/7/2021
19.1.0.66 588 5/31/2021
19.1.0.65 571 5/24/2021
19.1.0.64 585 5/19/2021
19.1.0.63 642 5/13/2021
19.1.0.59 538 5/3/2021
19.1.0.58 546 4/26/2021
19.1.0.57 620 4/20/2021
19.1.0.56 594 4/12/2021
19.1.0.55 554 4/6/2021
19.1.0.54 605 3/30/2021
18.4.0.49 1,153 3/22/2021
18.4.0.48 538 3/16/2021
18.4.0.47 598 3/9/2021
18.4.0.46 569 3/2/2021
18.4.0.44 584 2/23/2021
18.4.0.43 557 2/15/2021
18.4.0.42 630 2/9/2021
18.4.0.41 1,041 2/2/2021
18.4.0.39 700 1/28/2021
18.4.0.35 558 1/19/2021
18.4.0.34 586 1/12/2021
18.4.0.33 587 1/4/2021
18.4.0.32 569 12/30/2020
18.4.0.31 577 12/22/2020
18.4.0.30 729 12/17/2020
18.3.0.53 637 12/8/2020
18.3.0.52 661 11/30/2020
18.3.0.51 614 11/23/2020
18.3.0.50 619 11/17/2020
18.3.0.48 609 11/10/2020
18.3.0.47 668 11/5/2020
18.3.0.44 656 10/27/2020
18.3.0.42 630 10/20/2020
18.3.0.40 622 10/12/2020
18.3.0.38 617 10/7/2020
18.3.0.35 756 10/1/2020
18.2.0.59 3,402 9/22/2020
18.2.0.58 628 9/15/2020
18.2.0.57 695 9/8/2020
18.2.0.56 612 9/1/2020
18.2.0.55 638 8/25/2020
18.2.0.54 649 8/18/2020
18.2.0.48 727 8/4/2020
18.2.0.47 708 7/28/2020
18.2.0.46 661 7/21/2020
18.2.0.45 670 7/14/2020
18.2.0.44 863 7/6/2020
18.1.0.59 778 6/23/2020
18.1.0.57 693 6/15/2020
18.1.0.56 684 6/9/2020
18.1.0.55 691 6/2/2020
18.1.0.54 697 5/26/2020
18.1.0.53 723 5/19/2020
18.1.0.52 787 5/13/2020
18.1.0.48 713 5/5/2020
18.1.0.46 725 4/28/2020
18.1.0.45 696 4/21/2020
18.1.0.44 709 4/14/2020
18.1.0.43 737 4/7/2020
18.1.0.42 890 4/1/2020
18.1.0.36-beta 440 3/19/2020
17.4.0.55 794 3/10/2020
17.4.0.53 727 3/3/2020
17.4.0.51 725 2/25/2020
17.4.0.50 738 2/18/2020
17.4.0.49 725 2/11/2020
17.4.0.47 736 2/5/2020
17.4.0.46 870 1/30/2020
17.4.0.44 760 1/21/2020
17.4.0.43 750 1/14/2020
17.4.0.41 785 1/7/2020
17.4.0.40 792 12/24/2019
17.4.0.39 909 12/17/2019
17.3.0.34 742 12/10/2019
17.3.0.33 722 12/4/2019
17.3.0.30 744 12/3/2019
17.3.0.29 771 11/26/2019
17.3.0.28 744 11/18/2019
17.3.0.27 763 11/12/2019
17.3.0.26 834 11/5/2019
17.3.0.21 718 10/29/2019
17.3.0.19 739 10/22/2019
17.3.0.17 864 10/15/2019
17.3.0.14 1,434 10/3/2019
17.3.0.9-beta 486 9/20/2019
17.2.0.51 768 9/10/2019
17.2.0.49 766 9/3/2019
17.2.0.47 744 8/27/2019
17.2.0.46 833 8/22/2019
17.2.0.41 809 8/13/2019
17.2.0.40 839 8/6/2019
17.2.0.39 815 7/30/2019
17.2.0.36 790 7/23/2019
17.2.0.35 767 7/17/2019
17.2.0.34 865 7/11/2019
17.2.0.28-beta 453 6/27/2019
17.1.0.53 784 6/25/2019
17.1.0.52 757 6/18/2019
17.1.0.51 842 6/11/2019
17.1.0.50 794 6/4/2019
17.1.0.49 804 5/28/2019
17.1.0.48 867 5/21/2019
17.1.0.47 791 5/14/2019
17.1.0.44 800 5/7/2019
17.1.0.43 800 4/30/2019
17.1.0.42 872 4/23/2019
17.1.0.41 806 4/16/2019
17.1.0.40 821 4/9/2019
17.1.0.38 834 3/29/2019
17.1.0.32-beta 539 3/13/2019
16.4.0.54 941 2/19/2019
16.4.0.53 927 2/13/2019
16.4.0.52 937 2/5/2019
16.4.0.48 883 1/22/2019
16.4.0.47 880 1/16/2019
16.4.0.46 920 1/8/2019
16.4.0.44 867 12/24/2018
16.4.0.42 917 12/17/2018
16.4.0.40-beta 615 12/10/2018
16.3.0.36 945 11/27/2018
16.3.0.35-beta 650 11/23/2018
16.3.0.29 926 10/30/2018
16.3.0.21 1,000 9/21/2018
16.3.0.17-beta 678 9/12/2018
16.2.0.50 1,004 8/28/2018
16.2.0.46 1,083 8/8/2018