|
TBarCode Library 11
TBarCode Library 11
|
| ERRCODE _stdcall BCPCLToMemory | ( | t_BarCode * | pBarCode, |
| VOID * | pHandle, | ||
| INT | nSize, | ||
| LPCRECT | pRect | ||
| ) |
Writes barcode as PCL (Level 5) into memory block.
The origin of the coordinate space in PCL the is upper, left corner of a page. The positive y-axis points downwards.
| [in] | pBarCode | Pointer to barcode structure. |
| [in] | pHandle | Pointer to memory block. |
| [in] | nSize | Size of memory block as allocated. |
| [in] | pRect | Bounding rectangle [1/1000 mm]. |
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |