DynamicBarcode Creator for .NET Help Docs
DynamicBarcode Creator for .NET is an easy-to-use .NET class library for creating barcode image files. DynamicBarcode Creator for .NET supports barcode output to BMP, PNG, JPEG, GIF, TIFF, and System.Drawing.Bitmap formats. All barcodes can be created with only two lines of .NET code, and the resultant output image file is rendered quickly and efficiently.
DynamicBarcode Creator for .NET Namespaces
The DynamicBarcode Creator for .NET elements are contained in the below namespaces.
Help Topic Table of Contents
- Getting Started
- Programming with DynamicBarcode Creator
- Overview
- Referencing the Assembly and Deployment
- Barcode Creator as a Control
- Unit of Measurement
- Output Image Format
- Barcode Elements
- Linear Barcodes
- Two-Dimensional Barcodes
- Postal Barcodes
GitHub Examples
The barcode-creator-core-framework project on GitHub contains example code demonstrating how to use the DynamicBarcode creator software. There are examples using .NET Framework and Core for both C# and Visual Basic .NET.
The projects are:
- barcode-creator-core-console-cs,
- barcode-creator-core-console-vb,
- barcode-creator-framework-console-cs, and
- barcode-creator-framework-console-vb.
Examples for each of these are provided for both VB .NET and C#.
- LinearBarcode
- PostalBarcode
- TwoDimensionalBarcode