Semacode Barcode

Also known as URL Barcodes, Semacode Tag

Overview
The fundamental concept of semacode is the URL barcode. A barcode is a machine readable visual tag, and a URL (Universal Resource Locators) is an internet address. Semacode Tag is the encoding of URLs into barcodes based on Data Matrix 2D Symbology.

Sample of a Semacode barcode

How to create Semacode barcodes using BarcodeItem

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 Semacode barcode image, please follow these steps:
  • Set the Symbology property to Semacode
  • Setting up dimensions and quiet zones:
    • Set the DataMatrixModuleSize property (Value is expressed in Inches)
    • Set the QuietZone property (Value is expressed in Inches)
  • Set the Code property with the value to encode. Specify the URL string you want to encode through out Semacode

Example of a Semacode barcode image

Code property = http://www.neodynamic.com will produce the following barcode image:

 Copyright © 2003 - 2012 Neodynamic S.R.L. All rights reserved.