TBarCode Library 11
TBarCode Library 11
|
Public API functions to create bitmap images. More...
Functions | |
BOOL _stdcall | BCIsImageMagickAvailable () |
Checks whether ImageMagick-Plug-In is available. | |
ERRCODE _stdcall | BCBitmapToFileA (t_BarCode *pBarCode, LPCSTR szFilename, LPCRECT pRect) |
Saves barcode as an image file. | |
ERRCODE _stdcall | BCBitmapToFileW (t_BarCode *pBarCode, LPCWSTR szFilename, LPCRECT pRect) |
Saves barcode as an image file. | |
ERRCODE _stdcall | BCBitmapToMemoryA (t_BarCode *pBarCode, VOID *pHandle, LPCSTR pszFormat, INT *pnSize, LPCRECT pRect) |
Writes barcode in an image format to memory block. | |
ERRCODE _stdcall | BCBitmapToMemoryW (t_BarCode *pBarCode, VOID *pHandle, LPCWSTR pszFormat, INT *pnSize, LPCRECT pRect) |
Writes barcode in an image format to memory block. |
Public API functions to create bitmap images.
Required include file: "tbarcode.h"