ERRCODE BCPCLToMemoryExt ( t_BarCode pBarCode,
VOID *  pHandle,
INT *  pnSize,
LPCRECT  pRect,
BOOL  bRelPos 
)

Writes barcode as PCL Level 5 into memory block (extended version).

In addition to BCPCLToMemory() the required output resolution can be specified. Beside this, the parameter bRelPos switches between absolute or relative positioning.
The origin of the coordinate space in PCL the is upper, left corner of a page. The positive y-axis points downwards.

Parameters:
[in] pBarCode Pointer to barcode structure.
[in] pHandle Pointer to memory block.
[in,out] pnSize Size of memory block as allocated. Contains required size after function call.
[in] pRect Bounding rectangle [1/1000 mm].
[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.
See also:
BCPCLToMemory()


© 2008 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue May 5 15:50:33 2009 for TEC-IT TBarCode Library 9.2 with doxygen 1.5.3