|
Functions |
ERRCODE | BCPostscriptToFile (t_BarCode *pBarCode, LPCSTR szFilename, LPCRECT pRect) |
| Saves barcode as a Postscript-file.
|
ERRCODE | BCPostscriptToMemory (t_BarCode *pBarCode, VOID *pHandle, INT nSize, LPCRECT pRect) |
| Writes barcode (Postscript) into memory-block.
|
ERRCODE | BCPostscriptToMemoryExt (t_BarCode *pBarCode, VOID *pHandle, INT *pnSize, LPCRECT pRect, BOOL bIncludeMacros) |
| Writes barcode (Postscript) into memory-block (extended version).
|
ERRCODE | BCGetPostscriptMacros (LPSTR pszMacros, INT *pnSize) |
| Returns Postscript macros of the Postscript code as a zero-terminated string.
|
BOOL | BCGet_EPS_SubstwDeviceFonts (t_BarCode *pBarCode) |
| Gets current setting for substitute font names for EPS.
|
ERRCODE | BCSet_EPS_SubstwDeviceFonts (t_BarCode *pBarCode, BOOL bSubstitute) |
| Activates the substitution of font names for EPS.
|