|  | 
      
        
          | ERRCODE BCPDFToMemory | ( | t_BarCode * | pBarCode, |  
          |  |  | VOID * | pHandle, |  
          |  |  | INT * | pnSize, |  
          |  |  | LPCRECT | pRect |  |  
          |  | ) |  |  |  |  
Unsupported. 
 
Writes barcode as PDF into memory-block WARNING: This function is not yet officially supported.
 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]. left / bottom must be zero, top / right specifies barcode dimensions [1/1000 mm]. | 
 Return values:
  
    |  | ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. | 
 
     |