Unlocking Barcode Support

Support for reading and writing Linear barcodes, reading Data Matrix, writing Data Matrix, reading PDF barcodes and writing PDF barcodes must be unlocked individually.

To unlock support for reading and writing Linear barcodes L_UnlockSupport must be called with the L_KEY_BARCODES_1D key found on the BarCode Certificate, which will be e-mailed to you. L_UnlockSupport(L_SUPPORT_BARCODES_1D, L_KEY_BARCODES_1D) tells the package to unlock Linear Barcode support and passes the key for verification.

To unlock support for reading Data Matrix barcodes L_UnlockSupportmust be called with the L_KEY_BARCODES_DATAMATRIX_READ found on the BarCode Certificate, which will be e-mailed to you. L_UnlockSupport(L_SUPPORT_BARCODES_DATAMATRIX_READ, L_KEY_BARCODES_DATAMATRIX_READ) tells the package to unlock DATAMATRIX Barcode read support and passes the key for verification.

To unlock support for writing Data Matrix barcodes L_UnlockSupportmust be called with the L_KEY_BARCODES_DATAMATRIX_WRITE found on the BarCode Certificate, which will be e-mailed to you. L_UnlockSupport(L_SUPPORT_BARCODES_DATAMATRIX_WRITE, L_KEY_BARCODES_DATAMATRIX_WRITE) tells the package to unlock DATAMATRIX Barcode write support and passes the key for verification.

To unlock support for reading PDF barcodes L_UnlockSupportmust be called with the L_KEY_BARCODES_PDF_READ found on the BarCode Certificate, which will be e-mailed to you. L_UnlockSupport(L_SUPPORT_BARCODES_PDF_READ, L_KEY_BARCODES_PDF_READ) tells the package to unlock PDF Barcode read support and passes the key for verification.

To unlock support for writing PDF barcodes L_UnlockSupportmust be called with the L_KEY_BARCODES_PDF_WRITE found on the BarCode Certificate, which will be e-mailed to you. L_UnlockSupport(L_SUPPORT_BARCODES_PDF_WRITE, L_KEY_BARCODES_PDF_WRITE) tells the package to unlock PDF Barcode write support and passes the key for verification.