DevExpress.Docs.Barcode
26.1.3
Prefix Reserved
dotnet add package DevExpress.Docs.Barcode --version 26.1.3
NuGet\Install-Package DevExpress.Docs.Barcode -Version 26.1.3
<PackageReference Include="DevExpress.Docs.Barcode" Version="26.1.3" />
<PackageVersion Include="DevExpress.Docs.Barcode" Version="26.1.3" />
<PackageReference Include="DevExpress.Docs.Barcode" />
paket add DevExpress.Docs.Barcode --version 26.1.3
#r "nuget: DevExpress.Docs.Barcode, 26.1.3"
#:package DevExpress.Docs.Barcode@26.1.3
#addin nuget:?package=DevExpress.Docs.Barcode&version=26.1.3
#tool nuget:?package=DevExpress.Docs.Barcode&version=26.1.3
DevExpress Barcode Generation API for .NET
DevExpress Barcode Generation API helps you generate high-quality 1D and 2D barcodes in .NET applications that target various operating systems or cloud platforms.
Cross-Platform Barcode Generation
DevExpress Barcode Generation API is compatible with the following operating systems and platforms:
- Windows, Linux, macOS
- .NET 8/9/10, .NET Framework 4.6.2+
- Azure, AWS, Docker
Supported Symbologies
- 1D Barcodes: Codabar, Code 11 (USD-8), Code 128, Code 39 (USD-3), Code 39 Extended, Code 93, Code 93 Extended, EAN 8, EAN 13, EAN-128 (UCC), Industrial 2 of 5, Interleaved 2 of 5, Matrix 2 of 5, MSI - Plessey, PostNet, SSCC-18, UPC Supplemental 2, UPC Supplemental 5, UPC-A, UPC-E0, UPC-E1, GS1 DataBar, UPC Shipping Container Symbol (ITF-14)
- 2D Barcodes: Aztec Code, Data Matrix (ECC200), EPC QR Code, Micro QR Code, GS1 - Data Matrix, Intelligent Mail, PDF417, QR Code, GS1 - QR Code
Barcode Output Formats
- Image Formats: BMP, PNG, JPG, EMF, SVG
- Print Output
Key Features
- Barcode Types (Symbologies): Generate popular 1D (EAN, UPC, Code 128) and 2D (QR Code, DataMatrix, PDF417, Aztec) barcode types.
- Custom Styling & Layout: Configure module size, add text, modify colors, and adjust other visual settings.
- High-Fidelity Output: Export barcodes to PNG, JPEG, SVG, or PDF with print-ready quality.
- Add Barcode to Documents: Insert barcodes directly into Word, Excel, PowerPoint, and PDF documents using DevExpress Document Processing APIs.
Examples
Example 1: Create a QR Code and Save It to PNG
dotnet add package DevExpress.Docs.Barcode
using System.IO;
using DevExpress.Docs.Barcode;
using DevExpress.Drawing;
var qrOptions = new QRCodeOptions();
qrOptions.Dpi = 96;
qrOptions.ModuleSize = 2f;
qrOptions.ShowText = false;
qrOptions.CompactionMode = QRCodeCompactionMode.Byte;
qrOptions.ErrorCorrectionLevel = QRCodeErrorCorrectionLevel.Q;
using var output = new FileStream("BarCodeImage.png", FileMode.Create, FileAccess.Write);
using var generator = new BarcodeGenerator(qrOptions);
generator.Export("https://www.devexpress.com", output, DXImageFormat.Png);
Evaluation Period, Pricing Options, and Licensing Terms
Whether using a 30-day evaluation version or a registered product, you must register your DevExpress.com license key on your machine. To obtain your license key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For detailed instructions, see License Key for DevExpress Products.
Once you have obtained and registered your license key, simply install this package to start a 30-day evaluation period.
To continue using DevExpress products after your trial period ends, purchase a license. This package is included in the following commercial subscriptions:
See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.
After you purchase a license, download and register your up-to-date DevExpress license key to remove licensing warnings and trial messages.
Related Components/Packages
DevExpress.Document.Processor - DevExpress Document Processing APIs for Word, Excel, and PDF documents.
dotnet add package DevExpress.Document.Processor
DevExpress.Docs.Pdf - New DevExpress Document Processing APIs for advanced PDF generation and editing scenarios.
dotnet add package DevExpress.Docs.Pdf
DevExpress.Docs.Presentation - DevExpress Document Processing APIs for PowerPoint presentations.
dotnet add package DevExpress.Docs.Presentation
DevExpress.AIIntegration.Docs - AI-powered Extensions for DevExpress Document Processing APIs.
dotnet add package DevExpress.AIIntegration.Docs
Demos
Documentation
Useful Online Resources
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- DevExpress.Data (= 26.1.3)
- DevExpress.Docs.Core (= 26.1.3)
- DevExpress.Drawing (= 26.1.3)
- DevExpress.Office.Core (= 26.1.3)
- DevExpress.Printing.Core (= 26.1.3)
-
net8.0
- DevExpress.Data (= 26.1.3)
- DevExpress.Docs.Core (= 26.1.3)
- DevExpress.Drawing (= 26.1.3)
- DevExpress.Office.Core (= 26.1.3)
- DevExpress.Printing.Core (= 26.1.3)
- System.Drawing.Common (>= 8.0.15)
- System.Security.Cryptography.Xml (>= 8.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.3 | 42 | 6/18/2026 |