TBarCode Library 11  TBarCode Library 11
ERRCODE _stdcall BCPCLToFileA ( t_BarCode pBarCode,
LPCSTR  szFilename,
LPCRECT  pRect 
)

Saves barcode as a PCL-file.

The origin of the coordinate space in PCL the is upper, left corner of a page. The positive y-axis points downwards.

See also:
BCPCLToMemory()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]szFilenamePath and name of file.
[in]pRectBounding rectangle for barcode dimensions [1/1000 mm]. (left, bottom) is the lower left corner of the barcode (usually (0, 0)). (right, top) is the upper right corner of the barcode.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.