- Home
- Products
- Integration
- Tutorial
- Barcode FAQ
- Purchase
- Company
C#. Code 39 Generator Image Setting Tutorialsample source code to generate linear Code 39 in png, jpeg, etc. image formats in C# .NET
Code 39, also known as Alpha39, Code 3 of 9, Code 3/9, Type 39, USS Code 39, or USD-3, is the first alpha-numeric linear barcode symbology used world-wide. C# Code 39 is a Code 39 barcode generator control which supports easy code 39 generation on various platform with adjusting the images properties, such as image formats(tiff, bmp, png, gif and jpeg), image resolution, image rotation(0, 90, 180, 270) and image color(background color, forecolor and text color).
OnBarcode C# Barcode Generator is designed to generate, create Code 39 and other linear & 2d barcodes in Microsoft Word.
Here are some more tutorials for C# Code 39 generation concerning data encoding and size setting.
C# .NET Code 39 image format setting allows 5 image formats in the Code 39 generation procedure in C# programming. They are TIFF, BMP, PNG, GIF and JPEG. You may adjust the Code 39 image to these formats. Setting PNG image format to generate Code 39 images in C#.NET Class & console application
Linear code39 = new Linear(); Setting JPEG format to create Code 39 images in C# ASP.NET web projects
Linear code39 = new Linear(); Setting GIF format to print Code 39 images in C#.NET Winforms programming
Linear code39 = new Linear(); Setting TIFF format to draw Code 39 in SQL Server Reporting Service (SSRS) & Crystal Reports
Linear code 39 = new Linear(); Setting BMP format to output Code 39 in C# class
Linear code39 = new Linear();
C# .NET Code 39 image rotation setting supports rotating the generated Code 39 image with 0, 90, 180, 270 degrees in C# projects: Linear code39 = new Linear();
C# .NET Code 39 image resolution setting allows setting the resolution for the created image in C# programming: Linear Code39 = new Linear();
C# .NET Code 39 image color can be easily integrated with changing the text color, background color and bar color when generating Code 39 in C# class: Linearcode39 = new Linear();
Bar Alignment property are available for C#.NET Code 39 image setting: Linear code39 = new Linear();When the set image width is larger than the minimum image width, Bar Alignment property can set the extra space on the left, center and right side. |