TBarCode Library 11
TBarCode Library 11
|
Public API functions to create barcodes in Postscript. More...
Functions | |
ERRCODE _stdcall | BCPostscriptToMemory (t_BarCode *pBarCode, VOID *pHandle, INT nSize, LPCRECT pRect) |
Writes barcode (Postscript) into memory-block. | |
ERRCODE _stdcall | BCPostscriptToMemoryExt (t_BarCode *pBarCode, VOID *pHandle, INT *pnSize, LPCRECT pRect, BOOL bIncludeMacros) |
Writes barcode (Postscript) into memory-block (extended version). | |
BOOL _stdcall | BCGetEpsSubstwDeviceFonts (t_BarCode *pBarCode) |
Gets current setting for substitute font names for EPS. | |
ERRCODE _stdcall | BCSetEpsSubstwDeviceFonts (t_BarCode *pBarCode, BOOL bSubstitute) |
Activates the substitution of font names for EPS. | |
ERRCODE _stdcall | BCPostscriptToFileA (t_BarCode *pBarCode, LPCSTR szFilename, LPCRECT pRect) |
Saves barcode as a Postscript-file. | |
ERRCODE _stdcall | BCPostscriptToFileW (t_BarCode *pBarCode, LPCWSTR szFilename, LPCRECT pRect) |
Saves barcode as a Postscript-file. | |
ERRCODE _stdcall | BCGetPostscriptMacrosA (LPSTR pszMacros, INT *pnSize) |
Returns Postscript macros of the Postscript code as a zero-terminated string. | |
ERRCODE _stdcall | BCGetPostscriptMacrosW (LPWSTR pszMacros, INT *pnSize) |
Returns Postscript macros of the Postscript code as a zero-terminated string. |
Public API functions to create barcodes in Postscript.
Required include file: "tbarcode.h"