I am displaying a Code11 barcode with the Text and Checksum. On increasing the font, I recently found the text got overlapped with the barcode as the size increases. How can I fix this?
This is an expected behavior. To overcome this, you can reduce the length of the bars by setting a lower value to the ShortLinesLengthPercentage property of the RadBarCode so that the bars wont overlap with the Text when the text font-size is large. By default the ShortLinesLengthPercentage property has a value equal to 90. Suppose you set a higher value to the font-size such as Font-Size="30px", then reduce the length of bars by setting a lower value to ShortLinesLengthPercentage example : ShortLinesLengthPercentage="80".