Barcode Generation Basics - Create Barcodes in C#

Contents
[ ]

This documentation chapter is dedicated to barcode generation basics and the related questions, such as supported barcode types, barcode appearance-related properties, managing barcode size, customizing barcode text, saving generated barcodes, working with GUI-based development tools, and many other subjects. You can find the required information in the articles specified below.

Article Description
Set Barcode Size and Resolution Outlines the capabilities to customize the barcode measurement units and the resolution of generated barcode images
Adjust Barcode Appearance Explains how to adjust barcode appearance-related properties, such as size, rotation angle, paddings, borders, and bar width reduction
Manage Barcode Text Describes the ways to manage various parameters of barcode text and captions, including visibility, location, font, spacings, and wrapping modes
Customize Barcode Color Scheme Represents the available options to customize the color scheme of barcodes and their elements
Save Generated Barcodes Explains how to save generated barcode images in different ways (saving to stream, file, or bitmap) and various output image formats (raster and vectore ones)
Set Checksum Controls in 1D Barcodes Describes checksum settings for 1D barcodes
Work with Barcode Generation State in XML Explains how to import and export the barcode generation state in the XML format
Work with WinForms and WPF Provides instructions on how to perform barcode generation by means of GUI-based .NET frameworks, such as Windows Forms and WPF