- Home
- Products
- Integration
- Tutorial
- Barcode FAQ
- Purchase
- Company
C#. QR Code Generator Image Setting Tutorialsample source code to generate 2D QR Code in png, jpeg, etc. image formats in C# .NET
QR Code, also known as Denso Barcode, QRCode, Quick Response Code, is a kind of 2D (two dimensional) barcode widely used today. C# barcode generator supports generating three 2D barcode types(C# QR Code generator, C# PDF 417 generator and C# Data Matrix. C# QR Code generator is easy to install and use for generating QR Code in C# development. Various images setting 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) are available for your programming.
OnBarcode C# Barcode Generator is designed to generate, create QR Code and other linear & 2d barcodes in Microsoft Word.
Here are some more tutorials for C# QR Codegeneration concerning data encoding and size setting.
C# .NET QR Code image format setting allows 5 image formats (TIFF, BMP, PNG, GIF and JPEG) in the QR Code generation procedure in C# programming. Setting PNG image format to generate QR Code images in C#.NET Class & console application
QRCode qrcode = new QRCode(); Setting JPEG format to create QR Code images in C# ASP.NET web projects
QRCode qrcode = new QRCode(); Setting GIF format to print QR Code images in C#.NET Winforms programming
QRCode qrcode = new QRCode(); Setting TIFF format to draw QR Code in SQL Server Reporting Service (SSRS) & Crystal Reports
QRCode qrcode = new QRCode(); Setting BMP format to output QR Code in C# class
QRCode qrcode = new QRCode();
C# .NET QR Code image rotation setting supports rotating the generated QR Code image with 0, 90, 180, 270 degrees in C# projects: QRCode qrcode = new QRCode();
C# .NET QR Code image resolution setting allows setting the resolution for the created image in C# programming: QRCode qrcode = new QRCode();
C# .NET QR Code image color can be easily integrated with changing the text color, background color and bar color when generating QR Code in C# class: QRCode qrcode = new QRCode();
C# .NET QR Code supports Bar Alignment setting property: QRCode qrcode = new QRCode();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. |