More Symbologies
Australia Post 4-state Barcode
Aztec Code Barcode
Codabar
Code 11
Code 128
Code 16K
Code 32
Code 39
Code 93
Compact PDF417
Data Matrix
Deutsche Post Identcode Barcode
Deutsche Post Leitcode Barcode
EAN-13
EAN-8
EAN-99
EAN-Velocity
FedEx Ground 96
HIBC LIC 128
HIBC LIC 39
HIBC PAS 128
HIBC PAS 39
Industrial 2 of 5
Interleaved 2 of 5
ISBN
ISBT 128
ISMN
ISSN
Italian Post 25
ITF-14
JAN-13
JAN-8
Macro PDF417
Micro PDF417
MSI
Numly Number
OPC
PDF417
Pharmacode
PLANET
POSTNET
PZN
QR Code
British Royal Mail 4-State Customer Barcode
Royal TPG Post KIX 4-State Barcode
SCC-14
Semacode
Singapore 4-State Postal Code Barcode
SSCC-18
Swiss PostParcel Barcode
Telepen
UCC/EAN-128
UPC-A
UPC-E
USPS Facing Identification Marks
USPS Horizontal Bars
USPS Intelligent Mail / OneCode 4-State Customer Barcode
USPS Package Identification Code
USPS Sack Label Barcode
USPS Tray Label Barcode
VICS BOL Barcode
VICS SCAC PRO Barcode

Code 16K Barcode - Compact Framework

This Symbology is also known as Code16K

Overview
Code 16K was developed by Ted Williams in 1989 to provide a simple to print and decode multiple row symbology. Williams also developed Code 128, and the structure of 16K is based on Code 128. The code is a continuous, variable-length symbology that can encode the complete ASCII 128-character set. It is mainly used in the health care industry.
This symbology has six modes 0 through 5, but Barcode Professional products only supports the Modes 0, 1, and 2.

Sample of a Code 16K Barcode

How to create Code 16K barcodes using Barcode Professional for

ASP.NET/Windows Forms/Reporting Services/Compact Framework WPF  
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 Code 16K barcode image, please follow these steps:
  • Set the Symbology property to Code16k
  • Set the Code16kMode to one of the following values depending on your needs:
    • Mode0: Barcode Professional will use the Code 128 Char Set A which only supports ASCII values from 0 to 95
    • Mode1: Barcode Professional will use the Code 128 Char Set B which only supports ASCII values from 32 to 127
    • Mode2: Barcode Professional will use the Code 128 Char Set C which only supports pairs of digits
  • 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.
Example of a Code 16K barcode image
Code property = ABC 123456789 and Code16kMode property = Mode0 will produce the following barcode image:
 Copyright © 2003 - 2008 Neodynamic S.R.L. All rights reserved.