Home
ezBarcode Component WinForm Prev Page Prev Page
ezBarcodeComponent Winform
Getting Started
Setup ezBarcodeComponent
Examples
Trial and Redistributables
FAQ
ezBarcodeComponent Symbologies
CodaBar
Code11
Code128
Code39
Code39Ext
Code93
Code93Ext
Ean13
Ean8
Industrial 2 of 5
Interleaved 2 of 5
Ucc/Ean 128
MSI
Postnet
Planet
Telepen
Upc A
Upc E
IntelligentMail
Sscc18
Scc14
Itf 14
PDF 417
Macro PDF 17
DataMatrix
QR Code
ezBarcodeComponent.Winform Reference
Barcode Class
Barcode Members
Barcode Constructor
Properties
AutoFitControlToBarcode Property
BackColor Property
BarHeight Property
BearerBarHorizontalWidth Property
BearerBarVerticalWidth Property
Caption Property
CaptionAlignment Property
CaptionColor Property
CaptionFont Property
CaptionPosition Property
CaptionSpace Property
CharacterGrouping Property
CheckCharacter Property
CheckCharacterInText Property
CODABARStartChar Property
CODABARStopChar Property
Code128Set Property
CodeData Property
DataMatrixBarSize Property
DataMatrixEncodingMode Property
DataMatrixPreferredFormat Property
Font Property
ForeColor Property
HumanReadableTextFontColor Property
HumanReadableTextPosition Property
IsHumanReadableTextOnTop Property
LeftMargin Property
MacroPdf417FileId Property
MacroPdf417SegmentCount Property
MacroPdf417SegmentIndex Property
NarrowToWideRatio Property
PDF417BarWidth Property
PDF417Columns Property
PDF417CompactionType Property
PDF417ErrorCorrectionLevel Property
PDF417Rows Property
PDF417Truncated Property
PDF417YtoXRatio Property
Picture Property
PostnetHeightShort Property
PostnetHeightTall Property
PostnetSpacing Property
QRCodeBarSize Property
QRCodeEncoding Property
QRCodeErrorCorrectionLevel Property
QRCodeVersion Property
Resolution Property
RotationAngle Property
ShowHumanReadableText Property
SupplementarySeparation Property
Symbology Property
TopMargin Property
UPCESystem Property
UseCaret Property
XDimension Property
Methods
Dispose Method
OnPaint Method
DrawOnGraphics Method
SaveImageAs Method
CaptionPosition Enumeration
Code128 Enumeration
DataMatrixEncodingModes Enumeration
DataMatrixPreferredFormats Enumeration
PDF417CompactionMode Enumeration
PDF417ErrorCorrection Enumeration
QRCodeEncoding Enumeration
QRCodeErrorCorrectionLevel Enumeration
QRCodeVersion Enumeration
RotationAngles Enumeration
Symbologies Enumeration
ezBarcodeComponent Help

Example Introduction



 

Barcode Component Example Introduction

We include five examples for developers to use ezBarcodeComponent.
  • DataBinding Example
    ezBarcodeComponent allows to drag the data field from data source and drop it to the ezBarcodeComponent control. The data field is automatically binded to the control.
    The DataBindingExample project will show how to use data binding with ezBarcodeComponent. An Access Database is included in the project and the data field is binded to the barcode control.
  • Crystal Report Example
    CrystalReportExample project displays how to use ezBarcodeComponent to create a crystal report. An Access Database is included in the project. A generated byte array column "Barcode" is added to the table to hold the barcode image.
  • Windows Form Example
    WindowsFormExample project demonstrates the use of ezBarcodeComponent.WinForm component. This example shows the usage of barcode component for window forms to draw Codabar, Code11, Code128, Code39, Code39Ext, Code93, Code93Ext, Ean13, Ean8, Industrial2of5, Interleaved2of5, UccEan128, MSI, Postnet, Planet, Telepen, UpcA, UpcE, IntelligentMail, Sscc18, Scc14, Itf14, PDF417, MacroPDF417, DataMatrix, QRCode barcode.
  • ASP.NET Example
    ASPNETExample project demonstrates the use of ezBarcodeComponent.Web component. This example shows the usage of barcode component for asp.net to draw Codabar, Code11, Code128, Code39, Code39Ext, Code93, Code93Ext, Ean13, Ean8, Industrial2of5, Interleaved2of5, UccEan128, MSI, Postnet, Planet, Telepen, UpcA, UpcE, IntelligentMail, Sscc18, Scc14, Itf14, PDF417, MacroPDF417, DataMatrix, QRCode barcode.

    Please add the following code inside Web.Config &ltsystem.web>
    &lthttpHandlers>
         &ltadd verb="*" path="ImageGen.axd" type="ezBarcodeComponent.Web.ImageGen,ezBarcodeComponent.Web"></add>
    </httpHandlers>
                        
    

  • Web Service Example
    WebServiceExample projects demonstrate how to use ezBarcodeComponent to create and use a web service. There are two projects in this example. The WebService project is the project creating the web servce. WinFormTestForWebService project is a window form project uses the web services.