|
Functions |
| ERRCODE | BCSaveImageEx (t_BarCode *pBarCode, HDC hDC, LPCSTR lpszFileName, e_IMType eImageType, LONG lQuality, LONG lXSize, LONG lYSize, LONG lXRes, LONG lYRes) |
| | Saves barcode to an image-file (extended version, Windows only).
|
| ERRCODE | BCSaveImage (t_BarCode *pBarCode, LPCSTR lpszFileName, e_IMType eImageType, LONG lXSize, LONG lYSize, LONG lXRes, LONG lYRes) |
| | Saves the barcode to an image-file (Windows only).
|
| ERRCODE | BCSaveImageToBufferEx (t_BarCode *pBarCode, HDC hDC, LPBYTE *lpBuffer, e_IMType eImageType, LONG lQuality, LONG lXSize, LONG lYSize, LONG lXRes, LONG lYRes) |
| | Saves barcode as image into a memory buffer (extended version, Windows only).
|
| ERRCODE | BCSaveImageToBuffer (t_BarCode *pBarCode, LPBYTE *lpBuffer, e_IMType eImageType, LONG lXSize, LONG lYSize, LONG lXRes, LONG lYRes) |
| | The values of XSize and YSize should be increased, if the barcode is not readable or requires a high printing resolution.
|