

Used on 135 film, for ITF-14 barcodes, and on packaging.
#Ean 13 barcode generator generator
A variant of Code 128 - it automatically inserts a FNC1 character after the initial character. BarcodeFactory offers a Free Online Barcode Generator Create your own barcode online which can be scanned or downloaded. Small package marking where an EAN-13 barcode would be too large. It should be 2 or 5 digits ean13.SupplementCode = "02" 'Supplement bar height vs primary bar height ratio. European Article Number, used for global retail. 'To enable this, you need to set Barcode Symbology into "EAN13Sup2" or "EANSup5" first. ean13.RightMargin = 0 'EAN13 image top margin size' ean13.TopMargin = 0 'EAN13 image bottom margin size' ean13.BottomMargin = 0 'EAN13 Supplimental data settings. ean13.LeftMargin = 0 'Image right margin size, a 10X is automatically added according to specification. ean13.BarcodeUnit = ean13.DPI = 72 'Set EAN13 image size 'EAN13 bar module width (X dimention) ean13.X = 1 'EAN13 barcode image width (X dimention) ean13.BarCodeWidth = 160 'EAN13 bar module height (Y dimention) ean13.Y = 60 'Image left margin size, a 10X is automatically added according to specification. ean13.ChecksumEnabled = True 'Display checksum in the EAN13 barcode text ean13.Displa圜hecksum = True 'EAN13 unit of measure, Pixel, Cm and Inch supported. Dim ean13 As = New ean13.Symbology = 13Sup2 ean13.CodeToEncode = "131310000013" 'Apply checksum for EAN13 barcode.
