TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_DotCode_SizeW ( t_BarCode pBarCode,
e_DCSizeMode  eMode,
LPCWSTR  szSize 
)

Specifies DotCode symbol size.

Specifies the size mode and value. Default size mode is eDCSm_Default.

See Also
BCGet_DotCode_SizeMode(), BCGet_DotCode_Size()
Parameters
[in]pBarCodePointer to barcode structure.
[in]eModeDotCode size mode.
[in]szSizeThe size value. Depending on the size mode, szSize should have following values:
  • eDCSm_Default: the size value is ignored.
  • eDCSm_RatioWidthHeight: the size value contains the ratio between width and height ("w:h"). Recommended are values between 1:2 and 2:1 (in mathematical sense).
  • eDCSm_FixedWidth: the size value contains the width in number of dots.
  • eDCSm_FixedHeight: the size value contains the height in number of dots.
Return values
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.

© 2014 All rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Tue Aug 12 2014 12:30:34 for TBarCode Library 11 with doxygen 1.8.3.1