|  | 
      
        
          | ERRCODE BCSaveImageToBufferEx | ( | t_BarCode * | pBarCode, |  
          |  |  | HDC | hDC, |  
          |  |  | LPBYTE * | lpBuffer, |  
          |  |  | e_IMType | eImageType, |  
          |  |  | LONG | lQuality, |  
          |  |  | LONG | lXSize, |  
          |  |  | LONG | lYSize, |  
          |  |  | LONG | lXRes, |  
          |  |  | LONG | lYRes |  |  
          |  | ) |  |  |  |  
Saves barcode as image into a memory buffer (extended version, Windows only). 
 
Like BCSaveImageToBuffer() with the additional possibility to specify the image quality. For a description refer to BCSaveImageEx().  Note:WINDOWS only. This function can be used with a developer license only. 
 See also:BCSaveImageToBuffer() 
 Parameters:
  
    | [in] | pBarCode | Pointer to barcode structure. |  | [in] | hDC | Device context (default: NULL). |  | [out] | lpBuffer | Buffer. |  | [in] | eImageType | Enumeration for the type of the image. |  | [in] | lQuality | Image Quality (meaning depends on image type). |  | [in] | lXSize | X-Size of the image [pixel]. |  | [in] | lYSize | Y-Size of the image [pixel]. |  | [in] | lXRes | X-Resolution of the image [pixels / inch]. |  | [in] | lYRes | Y-Resolution of the image [pixels / inch]. | 
 Return values:
  
    |  | ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. | 
 
     |