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()