| TBarCode Library 11
    TBarCode Library 11
    | 
Callback version of barcode draw function.
Call this function instead of BCDraw() if you want to use your own drawing routines (e.g. for generating a barcode on special devices or in special output formats).
| [in] | pBarCode | Pointer to barcode structure. | 
| [in] | hDC | Device context handle (optional, Windows only). | 
| [in] | pRectBounding | Bounding rectangle (bar code size). If hDC is NULL, the unit is [0.001 mm]. The coordinates are transformed to an origin of (0,0). | 
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |