Home
ezBarcode Component Web Prev Page Prev Page
ezBarcodeComponent Web Control
Getting Started
Setup ezBarcode Component
Examples
Trial and Redistributables
FAQ
ezBarcodeComponent Symbologies
CodaBar
Code 11
Code 128
Code 39
Code 39 Ext
Code 93
Code 93 Ext
Ean 13
Ean 8
Industrial 2 of 5
Interleaved 2 of 5
Ucc/Ean 128
MSI
Postnet
Planet
Telepen
Upc A
Upc E
IntelligentMail
Sscc 18
Scc 14
Itf 14
PDF 417
Macro PDF 417
DataMatrix
QR Code
ezBarcodeComponent.Web
Barcode Class
Barcode Members
Barcode Constructor
Properties
BarcodeImageFormat 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
HumanReadableTextFontColor Property
HumanReadableTextPosition Property
IsHumanReadableTextOnTop Property
LeftMargin Property
MacroPdf417FileId Property
MacroPdf417SegmentCount Property
MacroPdf417SegmentIndex 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
WideToNarrowRatio Property
XDimension Property
Methods
Render Method
SaveImageAs Method
BarcodeImageFormat Enumeration
CaptionPosition Enumeration
Code128 Enumeration
DataMatrixEncodingModes Enumeration
DataMatrixPreferredFormats Enumeration
ImageGen Class
ImageGen Members
ImageGen Constructor
Properties
IsReusable Property
Methods
ProcessRequest Method
PDF417CompactionMode Enumeration
PDF417ErrorCorrection Enumeration
QRCodeEncoding Enumeration
QRCodeErrorCorrectionLevel Enumeration
QRCodeVersion Enumeration
RotationAngles Enumeration
stringProcess Class
stringProcess Members
stringProcess Constructor
Methods
DecodeString Method
EncodeString Method
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.