How to Generate a Patch Code
Contents
[
Hide
]Patch code is a one-dimensional barcode symbology developed by Kodak.
How to produce a Patch CodeInstantiate a BarcodeGenerator and set its EncodeType to be EncodeTypes.PatchCode, and set its code text for the data you want to encode. The code example given below demonstrates how to generate a Patch code.
PatchCode is a specific barcode and often is used on the whole page. The following code example shows how developers can generate whole pages.