Public API functions to create barcodes in Adobe PDF format. More...
Functions | |
ERRCODE | BCPDFToFileA (t_BarCode *pBarCode, LPCSTR szFilename, LPCRECT pRect) |
Unsupported. | |
ERRCODE | BCPDFToFileW (t_BarCode *pBarCode, LPCWSTR szFilename, LPCRECT pRect) |
Unsupported. | |
ERRCODE | BCPDFSetTemplateA (t_BarCode *pBarCode, LPCSTR szFilename) |
Set the location of the PDF template file, which is needed to generate a complete PDF file. | |
ERRCODE | BCPDFSetTemplateW (t_BarCode *pBarCode, LPCWSTR szFilename) |
Set the location of the PDF template file, which is needed to generate a complete PDF file. | |
LPCSTR | BCPDFGetTemplateA (t_BarCode *pBarCode) |
Gets the current location of the template file. | |
LPCWSTR | BCPDFGetTemplateW (t_BarCode *pBarCode) |
Gets the current location of the template file. | |
ERRCODE | BCPDFToMemory (t_BarCode *pBarCode, VOID *pHandle, INT *pnSize, LPCRECT pRect) |
Writes barcode as PDF into a memory-block . | |
ERRCODE | BCPDFFragmentToMemory (t_BarCode *pBarCode, VOID *pHandle, INT *pnSize, LPCRECT pRect) |
Writes barcode as PDF segment into a memory-block . |
Public API functions to create barcodes in Adobe PDF format.
Required include file: "tbarcode.h"
© 2008 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Thu Jun 30 16:34:43 2011 for TEC-IT TBarCode Library 10 with doxygen 1.6.2 |