|
Functions |
| ERRCODE | BCPCLToFile (t_BarCode *pBarCode, LPCSTR szFilename, LPCRECT pRect) |
| | Saves barcode as a PCL-file.
|
| ERRCODE | BCPCLToFileExt (t_BarCode *pBarCode, LPCSTR szFilename, LPCRECT pRect, BOOL bRelPos) |
| | Saves barcode as a PCL-file.
|
| ERRCODE | BCPCLToMemory (t_BarCode *pBarCode, VOID *pHandle, INT nSize, LPCRECT pRect) |
| | Writes barcode as PCL (Level 5) into memory block.
|
| ERRCODE | BCPCLToMemoryExt (t_BarCode *pBarCode, VOID *pHandle, INT *pnSize, LPCRECT pRect, BOOL bRelPos) |
| | Writes barcode as PCL Level 5 into memory block (extended version).
|
| e_PCLMode | BCGetPCLMode (const t_BarCode *pBarcode) |
| | Retrieves the PCL output mode.
|
| VOID | BCSetPCLMode (t_BarCode *pBarcode, e_PCLMode mode) |
| | Sets the PCL output mode.
|