Syncfusion.SfBarcode.Windows 23.1.36

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Framework 4.0
dotnet add package Syncfusion.SfBarcode.Windows --version 23.1.36
NuGet\Install-Package Syncfusion.SfBarcode.Windows -Version 23.1.36
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.Windows" Version="23.1.36" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.SfBarcode.Windows --version 23.1.36
#r "nuget: Syncfusion.SfBarcode.Windows, 23.1.36"
#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.Windows as a Cake Addin
#addin nuget:?package=Syncfusion.SfBarcode.Windows&version=23.1.36

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

Syncfusion WinForms Barcode Component

The Syncfusion WinForms Barcode for Windows Forms 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.

Windows Barcode

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.Windows from the Package Manager Console in Visual Studio.

Try the following code example to create a hello world PDF document.

//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 ));
//Saving the Documents
doc.Save("CODE39.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.
.NET net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 is compatible.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.SfBarcode.Windows:

Repository Stars
syncfusion/winforms-demos
This repository contains the samples for Syncfusion Windows Forms UI Controls and File Format libraries and the guide to use them.
Version Downloads Last updated
23.1.36 95 9/15/2023
22.2.12 157 9/5/2023
22.2.11 141 8/28/2023
22.2.10 115 8/22/2023
22.2.9 183 8/14/2023
22.2.8 215 8/7/2023
22.2.7 215 8/2/2023
22.2.5 259 7/27/2023
22.1.39 187 7/18/2023
22.1.38 225 7/11/2023
22.1.37 271 7/3/2023
22.1.36 249 6/28/2023
22.1.34 337 6/21/2023
21.2.10 256 6/12/2023
21.2.9 252 6/6/2023
21.2.8 269 5/30/2023
21.2.6 248 5/22/2023
21.2.5 276 5/15/2023
21.2.4 310 5/9/2023
21.2.3 271 5/3/2023
21.1.41 292 4/19/2023
21.1.39 270 4/10/2023
21.1.38 316 4/3/2023
21.1.37 310 3/29/2023
21.1.35 437 3/23/2023
20.4.0.54 364 3/13/2023
20.4.0.53 393 3/7/2023
20.4.0.52 353 2/28/2023
20.4.0.51 374 2/21/2023
20.4.0.50 381 2/14/2023
20.4.0.49 384 2/7/2023
20.4.0.48 447 2/1/2023
20.4.0.44 483 1/18/2023
20.4.0.43 428 1/10/2023
20.4.0.42 389 1/4/2023
20.4.0.41 427 12/29/2022
20.4.0.40 414 12/28/2022
20.4.0.38 468 12/21/2022
20.3.0.61 425 12/12/2022
20.3.0.60 487 12/6/2022
20.3.0.59 433 11/29/2022
20.3.0.58 476 11/21/2022
20.3.0.57 482 11/14/2022
20.3.0.56 540 11/8/2022
20.3.0.52 559 10/27/2022
20.3.0.50 540 10/17/2022
20.3.0.49 557 10/11/2022
20.3.0.48 485 10/5/2022
20.3.0.47 603 9/29/2022
20.2.0.50 567 9/20/2022
20.2.0.49 600 9/13/2022
20.2.0.48 547 9/6/2022
20.2.0.46 547 8/30/2022
20.2.0.45 587 8/23/2022
20.2.0.44 591 8/16/2022
20.2.0.43 643 8/8/2022
20.2.0.40 638 7/26/2022
20.2.0.39 604 7/19/2022
20.2.0.38 603 7/12/2022
20.2.0.36 698 6/30/2022
20.1.0.61 639 6/20/2022
20.1.0.60 611 6/14/2022
20.1.0.59 608 6/6/2022
20.1.0.58 602 5/30/2022
20.1.0.57 647 5/23/2022
20.1.0.56 614 5/17/2022
20.1.0.55 679 5/12/2022
20.1.0.52 640 5/2/2022
20.1.0.51 636 4/26/2022
20.1.0.50 606 4/19/2022
20.1.0.48 636 4/12/2022
20.1.0.47 676 4/4/2022
19.4.0.56 688 3/14/2022
19.4.0.55 621 3/8/2022
19.4.0.54 627 2/28/2022
19.4.0.53 614 2/21/2022
19.4.0.52 641 2/15/2022
19.4.0.50 598 2/8/2022
19.4.0.48 687 1/31/2022
19.4.0.47 602 1/24/2022
19.4.0.43 636 1/18/2022
19.4.0.42 479 1/10/2022
19.4.0.41 468 1/4/2022
19.4.0.40 468 12/28/2021
19.4.0.38 485 12/17/2021
19.3.0.59 455 12/14/2021
19.3.0.57 467 12/7/2021
19.3.0.56 1,322 11/29/2021
19.3.0.55 519 11/23/2021
19.3.0.54 501 11/17/2021
19.3.0.53 540 11/12/2021
19.3.0.48 507 11/2/2021
19.3.0.47 510 10/26/2021
19.3.0.46 550 10/19/2021
19.3.0.45 523 10/12/2021
19.3.0.44 519 10/5/2021
19.3.0.43 549 9/30/2021
19.2.0.62 603 9/13/2021
19.2.0.60 548 9/7/2021
19.2.0.59 509 8/30/2021
19.2.0.57 541 8/24/2021
19.2.0.56 539 8/17/2021
19.2.0.55 590 8/11/2021
19.2.0.51 553 8/2/2021
19.2.0.49 562 7/26/2021
19.2.0.48 553 7/19/2021
19.2.0.47 597 7/13/2021
19.2.0.46 581 7/6/2021
19.2.0.44 636 6/30/2021
19.1.0.69 605 6/14/2021
19.1.0.67 606 6/7/2021
19.1.0.66 602 5/31/2021
19.1.0.65 552 5/24/2021
19.1.0.64 573 5/19/2021
19.1.0.63 642 5/13/2021
19.1.0.59 561 5/3/2021
19.1.0.58 580 4/26/2021
19.1.0.57 591 4/20/2021
19.1.0.56 562 4/12/2021
19.1.0.55 553 4/6/2021
19.1.0.54 620 3/30/2021
18.4.0.49 609 3/22/2021
18.4.0.48 578 3/16/2021
18.4.0.47 603 3/9/2021
18.4.0.46 570 3/2/2021
18.4.0.44 564 2/23/2021
18.4.0.43 564 2/15/2021
18.4.0.42 593 2/9/2021
18.4.0.41 572 2/2/2021
18.4.0.39 589 1/28/2021
18.4.0.35 574 1/19/2021
18.4.0.34 582 1/12/2021
18.4.0.33 610 1/4/2021
18.4.0.32 578 12/30/2020
18.4.0.31 680 12/22/2020
18.4.0.30 692 12/17/2020
18.3.0.53 618 12/8/2020
18.3.0.52 611 11/30/2020
18.3.0.51 635 11/23/2020
18.3.0.50 653 11/17/2020
18.3.0.48 623 11/10/2020
18.3.0.47 629 11/5/2020
18.3.0.44 638 10/27/2020
18.3.0.42 637 10/20/2020
18.3.0.40 657 10/12/2020
18.3.0.38 646 10/7/2020
18.3.0.35 655 10/1/2020
18.2.0.59 694 9/22/2020
18.2.0.58 690 9/15/2020
18.2.0.57 672 9/8/2020
18.2.0.56 632 9/1/2020
18.2.0.55 651 8/24/2020
18.2.0.54 683 8/18/2020
18.2.0.48 707 8/4/2020
18.2.0.47 711 7/28/2020
18.2.0.46 681 7/21/2020
18.2.0.45 638 7/14/2020
18.2.0.44 765 7/6/2020
18.1.0.59 719 6/23/2020
18.1.0.57 726 6/15/2020
18.1.0.56 723 6/9/2020
18.1.0.55 728 6/2/2020
18.1.0.54 726 5/26/2020
18.1.0.53 714 5/19/2020
18.1.0.52 705 5/13/2020
18.1.0.48 729 5/5/2020
18.1.0.46 710 4/28/2020
18.1.0.45 710 4/20/2020
18.1.0.44 717 4/14/2020
18.1.0.43 760 4/7/2020
18.1.0.42 748 4/1/2020
18.1.0.36-beta 493 3/19/2020
17.4.0.55 724 3/10/2020
17.4.0.53 705 3/3/2020
17.4.0.51 741 2/25/2020
17.4.0.50 767 2/18/2020
17.4.0.49 733 2/11/2020
17.4.0.47 749 2/5/2020
17.4.0.46 706 1/30/2020
17.4.0.44 758 1/21/2020
17.4.0.43 729 1/14/2020
17.4.0.41 768 1/7/2020
17.4.0.40 757 12/24/2019
17.4.0.39 801 12/17/2019
17.3.0.34 781 12/10/2019
17.3.0.33 760 12/4/2019
17.3.0.30 766 12/3/2019
17.3.0.29 784 11/26/2019
17.3.0.28 747 11/18/2019
17.3.0.27 747 11/12/2019
17.3.0.26 757 11/5/2019
17.3.0.21 771 10/29/2019
17.3.0.19 807 10/22/2019
17.3.0.17 794 10/15/2019
17.3.0.14 838 10/3/2019
17.3.0.9-beta 465 9/20/2019
17.2.0.51 800 9/10/2019
17.2.0.49 759 9/3/2019
17.2.0.47 809 8/27/2019
17.2.0.46 806 8/22/2019
17.2.0.41 800 8/13/2019
17.2.0.40 789 8/6/2019
17.2.0.39 808 7/30/2019
17.2.0.36 786 7/23/2019
17.2.0.35 801 7/17/2019
17.2.0.34 873 7/11/2019
17.2.0.28-beta 523 6/27/2019
17.1.0.53 1,649 6/25/2019
17.1.0.52 808 6/18/2019
17.1.0.51 3,071 6/11/2019
17.1.0.50 838 6/4/2019
17.1.0.49 825 5/28/2019
17.1.0.48 863 5/21/2019
17.1.0.47 853 5/14/2019
17.1.0.44 841 5/7/2019
17.1.0.43 850 4/30/2019
17.1.0.42 868 4/23/2019
17.1.0.41 830 4/16/2019
17.1.0.40 824 4/9/2019
17.1.0.38 901 3/29/2019
17.1.0.32-beta 505 3/13/2019
16.4.0.54 972 2/19/2019
16.4.0.53 930 2/13/2019
16.4.0.52 943 2/5/2019
16.4.0.48 908 1/22/2019
16.4.0.47 968 1/16/2019
16.4.0.46 916 1/8/2019
16.4.0.44 902 12/24/2018
16.4.0.42 930 12/17/2018
16.4.0.40-beta 643 12/10/2018
16.3.0.36 938 11/27/2018
16.3.0.35-beta 647 11/23/2018
16.3.0.29 1,490 10/30/2018
16.3.0.21 1,016 9/21/2018
16.3.0.17-beta 712 9/12/2018
16.2.0.50 1,014 8/28/2018
16.2.0.46 1,144 8/9/2018