TBarCode Library 11
TBarCode Library 11
|
Saving barcodes in PDF format. More...
Functions | |
ERRCODE _stdcall | BCPDFToMemory (t_BarCode *pBarCode, VOID *pHandle, INT *pnSize, LPCRECT pRect) |
Writes barcode as PDF into a memory-block . | |
ERRCODE _stdcall | BCPDFFragmentToMemory (t_BarCode *pBarCode, VOID *pHandle, INT *pnSize, LPCRECT pRect) |
Writes barcode as PDF segment into a memory-block . | |
ERRCODE _stdcall | BCPDFToFileA (t_BarCode *pBarCode, LPCSTR szFilename, LPCRECT pRect) |
Saves barcode as a PDF file. | |
ERRCODE _stdcall | BCPDFToFileW (t_BarCode *pBarCode, LPCWSTR szFilename, LPCRECT pRect) |
Saves barcode as a PDF file. |
Saving barcodes in PDF format.
NOTE: Text output (HRT) is not supported.