SpliceText Barcode Property Specifications

Barcode Information | Tutorials | Examples

The SpliceText barcode property option is used in IDAutomation Barcode Fonts, Components and Applications to split text with a space character inserted every SpacingNumber of digits to improve readability.

For example, the following method, where SpacingNumber is set to 4:
SpliceText(“123456789012”, 4)

Would Return:
1234 5678 9012