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.

See also:
BCPCLToMemoryExt()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]pHandlePointer to memory block.
[in]nSizeSize of memory block as allocated.
[in]pRectBounding rectangle [1/1000 mm].
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.