| TBarCode Library 11
    TBarCode Library 11
    | 
| ERRCODE BCSet_DotCode_Mask | ( | t_BarCode * | pBarCode, | 
| e_DCMask | eMask | ||
| ) | 
Sets QR-Code mask pattern (0-4).
Specifies the so-called "mask" that is applied to the DotCode to achieve the highest possible readability. TBarCode computes the optimal mask automatically. This is somewhat time consuming - if the encoding process must be optimized set a predefined mask.
| [in] | pBarCode | Pointer to barcode structure. | 
| [in] | eMask | Mask pattern. | 
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred. |