oreocommunity.blogg.se

Ean 13 barcode generator
Ean 13 barcode generator











ean 13 barcode generator

ean13.LeftMargin = 0 // Image right margin.

ean 13 barcode generator

will automatically add a 10X left margin to go with standard. ean13.DPI = 72 // EAN 13 bar module width (X dimention) ean13.X = 2 // EAN 13 bar module height (Y dimention) ean13.Y = 60 // Image left margin size. ean13.BarcodeUnit = BarcodeUnit.Pixel // EAN 13 image resolution in DPI. ean13.ImageFormat = ImageFormat.Png // Set EAN 13 image size // EAN-13 unit of measure, Pixel, Cm and Inch supported. ean13.ChecksumEnabled = true // Display checksum in the EAN 13 barcode text ean13.Displa圜hecksum = true // Set EAN-13 image formats in Png, Jpeg, Gif, Tiff ,Bmp, etc. New Font(" Arial", 10 f, FontStyle.Regular)ĮAN, UPC, ISBN, or ISSN supplement barcode value to encode.ĮAN, UPC, ISBN, or ISSN supplement barcode height.ĮAN, UPC, ISBN, or ISSN supplement barcode space.īarCode ean13 = new BarCode() //Set barcode symbology type to EAN13, EAN13Sup2, EAN13Sup5 ean13.Symbology = 13Sup2 //Set EAN 13 encoding valid data: 12 numeric digits (the 13th checksum will be automatically added). Set to true, displaying barcode checksum digit, otherwise do not display. Set to true, displaying barcode value text, otherwise do not display. Linear barcode bar height / 2D barcode module height. Unit of measure for all size related settings. If true, barcode X, Y module will be auto-adjusted. Barcode SDK will always add a check character in the last digit ( modulo 10). There are totally 13 digits in EAN-13 barcode, first 12 digits are barcode value, and last digit is the checksum digit, which is generated by barcode library automatically. Please provide 12 digits only, and DO NOT include last digit checksum character.













Ean 13 barcode generator