Sunteți pe pagina 1din 3

9/20/13

C# Barcode Generator generate, create linear, 2d bar code images in C#.NET using Barcode Generator for C# Library SDK
Download | Purchase | Support

Home

Products

Integration

Tutorial

Barcode FAQ

Purchase

Company

Barcode in C#
Generate Tutorial
C# in ASP.NET C# in WinForms C# Data C# Image

Barcode in C# > Barcode .NET > C#.NET Barcode Generator - Generate, Create, Print, Draw linear, 2d bar codes in C#.NET projects

C# Barcode Generator SDK Tutorial


Generate, create linear, 2d barcode images in C#.NET application

2D Barcode in C#
Data Matrix PDF417 QR Code Micro PDF417 Micro QR Code Generate, Create, Print, Draw linear, 2d bar codes in C#.NET projects Generate barcode in C#.NET Class & console application Create barcode images in C# ASP.NET web project Draw barcode in C#.NET Windows Forms software Print barcode in Reporting Service & Crystal Reports document Generate & encode barcode images to Jpeg, Gif, Tiff, Bitmap formats Completely developed in C#.NET, compatible with .net framework 2.0 and later version Generating 2d (matrix) barcode images, including QR Code in C#, PDF-417 in C#, Data Matrix in C#. Creating linear (1d) barcode images, including Code 39 in C#, Code 128 in C#, EAN-8 in C#, EAN-13 in C#, UPC-A in C#, UPC-E in C#, GS1-128 in C#, OneCode in C#, Interleaved 2 of 5 in C# Mature C#.NET barcode generating component control

Linear Barcode in C#
Codabar Code 11 Code 2 of 5 Code 39 Code 93 Code 128 EAN-8 EAN-13 EAN 128 GS1 DataBar Identcode Intelligent Mail Interleaved 2 of 5 ISBN ISSN ITF-14 Leitcode MSI Plessey PLANET POSTNET RM4SCC UPC-A UPC-E

"It works well throughout my whole project. And b arcoding features are easy to b e implemented with the help of guide documents." - Kevin Cox, US

Comparison

C# Class Barcoding

Supported Barcodes

Generating barcodes in C#.NET is an easy task with OnBarcode .NET Barcode Generator Components. OnBarcode provides various barcode libraries and controls for generating barcodes using Microsoft Visual C#.NET on ASP.NET, C# Class, Windows software, Console applications, and .NET Reporting projects. You can also use our .NET Barcode Reader SDK to read and scan barcodes in C#. This article helps you how to choose the right barcode generation component and integrate in your C# applications. C# Barcode Scanners C# 2d barcode scanners: Data Matrix Scanner, PDF-417 Scanner, QR Code Scanner. C# linear barcode scanners: Code 39 Scanner, Code 128 Scanner, EAN 8 Scanner, EAN 13 Reader, GS1 128 (UCC/EAN128) Reader, UPC-A Reader, UPC-E Reader.

Compare Three .NET Barcode Generator components in different C#.NET development environments

Top

ASP.NET Barcode Generator


Generate barcodes in C#.NET class Generate barcodes in C# console applications Generate barcodes in C# Web Forms projects

WinForms Barcode Generator


Generate barcodes in C#.NET class Generate barcodes in C# console applications Generate barcodes in C# Windows Forms projects

.NET Barcode Suite


Generate barcodes in C#.NET class Generate barcodes in C# console applications Generate barcodes in C# Web Forms projects Generate barcodes in C# Windows Forms projects Generate barcodes in C# Reporting Service 2005 & 2008 projects

C#.NET Barcode Generator Quick Start

Top

1. How to install .NET Barcode Generator Control to your Visual C# project? Add OnBarcode.Barcode.WinForms.dll or OnBarcode.Barcode.ASPNET.dll to C# project reference. 2. How to create linear barcodes in C# class?

www.onbarcode.com/tutorial/csharp-barcode-generation.html

1/3

9/20/13

C# Barcode Generator generate, create linear, 2d bar code images in C#.NET using Barcode Generator for C# Library SDK
2. How to create linear barcodes in C# class?

/ /C r e a t el i n e a rb a r c o d eo b j e c t L i n e a rb a r c o d e=n e wL i n e a r ( ) ; / /S e tb a r c o d es y m b o l o g yt y p et oC o d e 3 9 b a r c o d e . T y p e=B a r c o d e T y p e . C O D E 3 9 ; / /S e tb a r c o d ed a t at oe n c o d e b a r c o d e . D a t a=" 0 1 2 3 4 5 6 7 8 9 " ; / /S e tb a r c o d eb a rw i d t h( Xd i m e n s i o n )i np i x e l b a r c o d e . X=1 ; / /S e tb a r c o d eb a rh e i g h t( Yd i m e n s i o n )i np i x e l b a r c o d e . Y=6 0 ; / /D r a w&p r i n tg e n e r a t e db a r c o d et op n gi m a g ef i l e b a r c o d e . d r a w B a r c o d e ( " C : / / c s h a r p c o d e 3 9 . p n g " ) ;

3. How to draw & print QR-Code in C# class?

/ /C r e a t eQ R C o d eo b j e c t Q R C o d eq r C o d e=n e wQ R C o d e ( ) ; / /S e tQ RC o d ed a t at oe n c o d e q r C o d e . D a t a=" V B . N E TQ R C o d e " ; / /S e tQ R C o d ed a t am o d e( Q R C o d eB a r c o d eS e t t i n g s ) q r C o d e . D a t a M o d e=Q R C o d e D a t a M o d e . A u t o ; / /D r a w&p r i n tg e n e r a t e dQ RC o d et oj p e gi m a g ef i l e q r C o d e . I m a g e F o r m a t=S y s t e m . D r a w i n g . I m a g i n g . I m a g e F o r m a t . J p e g ; q r C o d e . d r a w B a r c o d e ( " C : / / c s h a r p q r c o d e . j p g " ) ;

4. How to create & print Data Matrix in C# class?

D a t a M a t r i xd a t a m a t r i x=n e wD a t a M a t r i x ( ) ; / /C r e a t eD a t aM a t r i xo b j e c t d a t a m a t r i x . D a t a=" V B . N E TD a t a M a t r i x " ; / /S e tD a t aM a t r i xd a t at oe n c o d e d a t a m a t r i x . D a t a M o d e=D a t a M a t r i x D a t a M o d e . A S C I I ; / /S e tt h ed a t am o d e( D a t aM a t r i xB a r c o d eS e t t i n g s ) / /D r a wa n dp r i n tc r e a t e dD a t aM a t r i xt og i fi m a g ef i l e d a t a m a t r i x . I m a g e F o r m a t=S y s t e m . D r a w i n g . I m a g i n g . I m a g e F o r m a t . G i f ; d a t a m a t r i x . d r a w B a r c o d e ( " C : / / c s h a r p d a t a m a t r i x . g i f " ) ;

5. How to create & print PDF-417 in C# class?

/ /C r e a t eP D F 4 1 7o b j e c t P D F 4 1 7p d f 4 1 7=n e wP D F 4 1 7 ( ) ; / /S e tD a t aM a t r i xd a t at oe n c o d e p d f 4 1 7 . D a t a=" P D F 4 1 7 " ; / /S e tP D F 4 1 7d a t am o d e( P D F 4 1 7B a r c o d eS e t t i n g s ) p d f 4 1 7 . D a t a M o d e=P D F 4 1 7 D a t a M o d e . A u t o ; / /S e tP D F 4 1 7n u m b e ro fr o w s p d f 4 1 7 . R o w C o u n t=3 ; / /S e tP D F 4 1 7n u m b e ro fc o l u m n s p d f 4 1 7 . C o l u m n C o u n t=5 ; / /D r a wa n dp r i n tg e n e r a t e dP D F 4 1 7t og i fi m a g ef i l e p d f 4 1 7 . I m a g e F o r m a t=S y s t e m . D r a w i n g . I m a g i n g . I m a g e F o r m a t . G i f ; p d f 4 1 7 . d r a w B a r c o d e ( " C : / / c s h a r p p d f 4 1 7 . g i f " ) ;

6. In C# Barcode Generator, how to print & encode barcodes to GIF, JPEG, PNG & BMP?

/ /C r e a t el i n e a rb a r c o d eo b j e c t L i n e a rb a r c o d e=n e wL i n e a r ( ) ; / /S e tb a r c o d es y m b o l o g yt y p et oC o d e 3 9 b a r c o d e . T y p e=O n B a r c o d e . B a r c o d e . B a r c o d e T y p e . C O D E 3 9 ; / /S e tb a r c o d ed a t at oe n c o d e b a r c o d e . D a t a=" 0 1 2 3 4 5 6 7 8 9 " ; / /E n c o d eb a r c o d e st oo t h e ri m a g ef o r m a t ,b yc h a n g ef i l ee x t e n s i o n b a r c o d e . F o r m a t=S y s t e m . D r a w i n g . I m a g i n g . I m a g e F o r m a t . G i f ; b a r c o d e . d r a w B a r c o d e ( " C : / / c s h a r p b a r c o d e c o d e 3 9 . g i f " ) ;

C#.NET Barcode Generation Guides & Tutorials for Each Barcode

Top

Barcode Control for C#.NET - Bar Code Type Generation C#.NET 1D / Linear Barcodes: Codabar Code 128 Identcode ITF-14 RM4SCC Code 11 EAN 8 Intelligent Mail(OneCode) Leitcode UPC-A Code 2 of 5 (Industrial 2 of 5) EAN 13 Interleaved 2 of 5 MSI Plessey UPC-E Code 39 GS1 128 (UCC/EAN128) ISBN PLANET Code 93 GS1 DataBar (RSS) ISSN POSTNET

C#.NET 2D / Matrix Barcodes: Data Matrix, PDF-417, QR Code, Micro PDF-417, Micro QR Code

www.onbarcode.com/tutorial/csharp-barcode-generation.html

2/3

9/20/13

C# Barcode Generator generate, create linear, 2d bar code images in C#.NET using Barcode Generator for C# Library SDK
C#.NET 2D / Matrix Barcodes: Data Matrix, PDF-417, QR Code, Micro PDF-417, Micro QR Code

Barcode SDK Library


.NET Control Barcode for .NET Barcode Reader for .NET Barcode for ASP.NET Barcode for .NET WinForms Java Library Barcode for Java Barcode Reader for Java Smart Phone SDK Barcode for Android Barcode for iPhone Reporting Plugin Barcode for BIRT Barcode for Crystal Reports Reporting Services Barcode CRI Free Barcode Software Online Barcode Generator Barcode Scanner

How-to
C# ASP.NET VB.NET Java Android iOS Client Report RDLC Crystal Reports Eclipse BIRT Reporting Services

Purchase Online Service Support About Us

OnBarcode is a market-leading provider of barcode imaging generator, reader controls and components for ASP.NET, Windows Forms, WPF, as well Java, Android, iOS (iPhone, iPad) across all major enterprise development platforms. We provides comprehensive tutorials and how-tos for various linear, 2d barcode information, such as C# in ASP.NET, C# .NET, C# Barcode Encoding, C# Barcode Image, VB.NET in ASP.NET, VB.NET Winforms, VB.NET Barcode Encoding, VB.NET Barcode Image, Java JSP Servlet. OnBarcode barcode products are supported by RasterEdge high quality .NET Imaging SDK, Java Imaging Library, and their easy and simple documents, like imaging in C#, imaging in VB.NET, PDF in C# and PDF in VB.NET.

Terms of Use | Privacy Policy Copyright OnBarcode.com 2013. All rights reserved.

www.onbarcode.com/tutorial/csharp-barcode-generation.html

3/3

S-ar putea să vă placă și