|
ERRCODE BCPDFToFileA |
( |
t_BarCode * |
pBarCode, |
|
|
LPCSTR |
szFilename, |
|
|
LPCRECT |
pRect | |
|
) |
| | |
Unsupported.
Saves barcode as a PDF file.
WARNING: This function is not yet officially supported.
- Parameters:
-
[in] | pBarCode | Pointer to barcode structure. |
[in] | szFilename | Path and name of file. |
[in] | pRect | Bounding rectangle [1/1000 mm]. left / bottom must be zero, top / right specifies barcode dimensions [1/1000 mm]. |
- Return values:
-
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |
|