TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_DM_Rectangular ( t_BarCode pBarCode,
BOOL  bRect 
)

Switches between square or rectangular Data Matrix symbols.

Per default TBarCode computes square Data Matrix symbols. Change this behavior with this function.

See also:
BCGet_DM_Rectangular() BCSet_DM_Size()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]bRectRectangular symbols preferred.
  • true: Generate rectangular symbols
  • false: Generate square symbols (this is the default)
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.