TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_DM_EnforceBinaryEncoding ( t_BarCode pBarCode,
BOOL  bEnforceBinary 
)

Determines whether Data Matrix shall be encoded in binary mode or not.

Note:
Binary mode usually is faster but produces bigger symbols than text mode
See also:
BCGet_DM_EnforceBinaryEncoding()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]bEnforceBinaryenforce binary encoding mode (true/false).
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.