Codablock-F Barcode

This Symbology is also known as USS Codablock F

This Barcode Symbology is supported by the following Neodynamic products:

Overview

It is a 2D stacked-linear barcode that consists of a number of stacked Code 128 symbols. A Codablock F symbol consists of between 2 and 44 rows, each from 4 to 62 symbol characters wide. Each row can be read by a standard code 128 reader and contains additional overhead information relating to row numbering and symbol size to enable the decoded output from each row to be re-assembled to reproduce the complete message in the right sequence.

How to create Codablock-F barcodes using Barcode Professional for

Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get a Codablock-F barcode image, please follow these steps:
  • Set the Symbology property to CodablockF
  • Setting up dimensions and quiet zones:
    • Set the BarWidth and BarHeight properties (Values are expressed in Inches)
    • Set the QuietZoneWidth property (Value is expressed in Inches)
    • Set the TopMargin and BottomMargin properties (Values are expressed in Inches)
  • Set the Code property with the value to encode.
Note: Please refer to the Class Reference documentation for more information about the properties and methods stated in this document.
In order to get a Codablock-F barcode image, please follow these steps:
  • Set the Symbology property to CodablockF
  • Setting up dimensions and quiet zones:
    All values for barcode dimensions are expressed in INCHES by default. However, Barcode Professional supports other unit of measurement such as Millimeter, Centimeter, and Mils. For modifying the unit of measurement for barcoding, please set up the BarcodeUnit property as needed.
    • Set the BarWidth and BarHeight properties (Values are expressed in Inches)
    • Set the QuietZone property (Value is expressed in Inches)
  • Set the Code property with the value to encode.

Example of Codablock-F barcode images

Code property = 1234567890 will produce the following barcode image:

Codablock-F Barcode - Code property = 1234567890