TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCPostscriptToMemory ( t_BarCode pBarCode,
VOID *  pHandle,
INT  nSize,
LPCRECT  pRect 
)

Writes barcode (Postscript) into memory-block.

Writes barcode into the specified memory block. The barcode is represented in vectorized PostScript (no bitmaps!).
The origin of the coordinate space in Postscript is the lower, left corner of a page. The positive y-axis points upwards.

See also:
BCPostscriptToMemoryExt()
Parameters:
[in]pBarCodePointer to barcode structure.
[in,out]pHandlePointer to memory block.
[in]nSizeSize of memory block as allocated (including a terminating 0-byte).
[in]pRectBounding rectangle for barcode dimensions [1/1000 mm]. left / bottom must be zero
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.