BarcodeEAN13.BARCODE_LEN Field

PDF File Writer

BarcodeEAN13BARCODE_LEN Field

Barcode length

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public const int BARCODE_LEN = 12

Field Value

Type: Int32
Remarks
Each code EAN-13 or UPC-A code is encoded as 2 black bars and 2 white bars there are exactly 12 characters in a barcode.
See Also