Sets format string applied to barcode data prior encoding.
The format string is applied to the barcode data before it is encoded. Using the format string you can perform special operations (like including special control characters, subset switching, start/stop character control) easily.
Please refer to the Barcode Reference for more information.
- See also:
- BCSetTextA(), BCSetTextW(), BCGetFormat()
- Parameters:
-
[in] | pBarCode | Pointer to barcode structure. |
[in] | szFormat | The format string. |
- Return values:
-
| ERRCODE | ErrOk (0) in case of success. Non-zero if error occurred |