TBarCode Library 11  TBarCode Library 11
ERRCODE BCSet_DotCode_FormatW ( t_BarCode pBarCode,
e_DCFormat  eFormat,
LPCWSTR  szFormatSpecifier 
)

Specifies DotCode encoding format.

Specifies the encoding format. Default is eDCFm_Auto.

See also:
BCGet_DotCode_Format(), BCGet_DotCode_FormatSpecifier()
Parameters:
[in]pBarCodePointer to barcode structure.
[in]eFormatDotCode format.
[in]szFormatSpecifierFormat specifier for industry format and custom macro. For the industry format, valid values are of 1 letter (upper or lower) or 2 digits. For the custom format only 2 digits are allowed.
Return values:
ERRCODEErrOk (0) in case of success. Non-zero if error occurred.