ERRCODE BCPCLToFileExtA ( t_BarCode pBarCode,
LPCSTR  szFilename,
LPCRECT  pRect,
BOOL  bRelPos 
)

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] pBarCode Pointer to barcode structure.
[in] szFilename Path and name of file.
[in] pRect Bounding 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.
[in] bRelPos Relative or absolute positioning.

  • true: Relative positioning is used
  • false: Absolute positioning is used
Return values:
ERRCODE ErrOk (0) in case of success. Non-zero if error occurred.

© 2008 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Thu Jun 30 16:34:48 2011 for TEC-IT TBarCode Library 10 with doxygen 1.6.2